Skip to content

Commit

Permalink
cache v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Dec 24, 2024
1 parent 41f0c44 commit 13415b8
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 @@ -54,7 +54,7 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Cache build artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.ccache
key: ${{ runner.os }}-ccache-${{ hashFiles('**/CMakeLists.txt') }}-${{ env.DOWNLOAD_CACHE_VERSION }}
Expand Down

0 comments on commit 13415b8

Please sign in to comment.