Skip to content

Commit

Permalink
try set path = .config/ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Dec 31, 2024
1 parent 15a0506 commit 3e956ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Cache build artifacts
uses: actions/cache@v4
with:
path: ~/.ccache
path: ~/.config/ccache
key: ${{ runner.os }}-ccache-${{ hashFiles('**/CMakeLists.txt') }}-${{ env.DOWNLOAD_CACHE_VERSION }}
restore-keys: |
${{ runner.os }}-ccache-
Expand Down

0 comments on commit 3e956ff

Please sign in to comment.