Skip to content

Commit

Permalink
fix cache miss in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RayeS2070 committed Nov 10, 2024
1 parent b9ce71f commit 0cbc0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Reuse ccache directory
uses: actions/cache@v4
with:
path: ~/.ccache
path: ~/.cache/ccache
key: '${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-${{github.run_number}}'
restore-keys: |
${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-'
Expand Down

0 comments on commit 0cbc0e9

Please sign in to comment.