Skip to content

Commit

Permalink
ccache path
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Dec 24, 2024
1 parent 38be526 commit 72db56e
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: .ccache
key: ${{ runner.os }}-ccache-${{ hashFiles('**/CMakeLists.txt') }}-${{ env.DOWNLOAD_CACHE_VERSION }}
restore-keys: |
${{ runner.os }}-ccache-
Expand Down

0 comments on commit 72db56e

Please sign in to comment.