Fix CCache path in GitHub Actions

This commit is contained in:
Siarhei Fedartsou 2024-05-26 18:42:43 +02:00
parent 4270280f9e
commit e91a823b08

View File

@ -607,10 +607,10 @@ jobs:
omitNameDuringUpdate: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Show CCache statistics
# run: |
# ccache -p
# ccache -s
- name: Show CCache statistics
run: |
ccache -p
ccache -s
benchmarks: