Skip to content

Commit

Permalink
try cache v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheniujh committed Nov 5, 2024
1 parent bd56eb5 commit 20960fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
path: ${{ github.workspace }}/deps
key: ${{ runner.os }}-centos-deps-${{ hashFiles('**/CMakeLists.txt') }}

- uses: actions/cache@v2
- uses: actions/cache@v1
with:
path: ${{ github.workspace }}/buildtrees
key: ${{ runner.os }}-centos-buildtrees-${{ hashFiles('**/CMakeLists.txt') }}
Expand Down

0 comments on commit 20960fd

Please sign in to comment.