We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ecd27 + 28c1986 commit 07fe20dCopy full SHA for 07fe20d
.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