Skip to content

Commit

Permalink
CI: Update save action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Jun 20, 2024
1 parent 42696b3 commit 87e98b7
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 @@ -380,7 +380,7 @@ jobs:
cmake --build . --config ${{ matrix.ci.build_type }} -j 4
- name: Save build cache
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: .ccache
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 87e98b7

Please sign in to comment.