Skip to content

Commit

Permalink
Use new cache key to refresh clippy cache (#116)
Browse files Browse the repository at this point in the history
* Use new cache key to refresh clippy cache

* Rerun ci to see cache usage
  • Loading branch information
j178 authored Nov 25, 2024
1 parent b4db440 commit 247ed4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
# Add a key to invalidate previous caches.
key: 1
workspaces: ${{ env.PRE_COMMIT_WORKSPACE }}

- name: "Install Rust toolchain"
Expand Down

0 comments on commit 247ed4a

Please sign in to comment.