Fix CCache path in GitHub Actions
This commit is contained in:
parent
4270280f9e
commit
e91a823b08
8
.github/workflows/osrm-backend.yml
vendored
8
.github/workflows/osrm-backend.yml
vendored
@ -607,10 +607,10 @@ jobs:
|
|||||||
omitNameDuringUpdate: true
|
omitNameDuringUpdate: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# - name: Show CCache statistics
|
- name: Show CCache statistics
|
||||||
# run: |
|
run: |
|
||||||
# ccache -p
|
ccache -p
|
||||||
# ccache -s
|
ccache -s
|
||||||
|
|
||||||
|
|
||||||
benchmarks:
|
benchmarks:
|
||||||
|
Loading…
Reference in New Issue
Block a user