Skip to content

Commit 8081fef

Browse files
authored
refix miss cache in CI (#63)
1 parent 9b2f36a commit 8081fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Reuse ccache directory
3737
uses: actions/cache@v4
3838
with:
39-
path: ~/.ccache
39+
path: ~/.cache/ccache
4040
key: '${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-${{github.run_number}}'
4141
restore-keys: |
4242
${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-'

0 commit comments

Comments
 (0)