We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2f36a commit 8081fefCopy full SHA for 8081fef
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Reuse ccache directory
37
uses: actions/cache@v4
38
with:
39
- path: ~/.ccache
+ path: ~/.cache/ccache
40
key: '${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-${{github.run_number}}'
41
restore-keys: |
42
${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-'
0 commit comments