Skip to content

Commit

Permalink
ci: Reset cache (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Feb 28, 2023
1 parent 3da40be commit ea4c708
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
# Based on https://github.com/PRQL/prql/issues/1985, attempting to
# reset the cache. If necessary, we could do this on each release and
# have this update automatically (there's no variable that contains
# the current version unfortunately, though).
prefix-key: "0.5.2"
key: ${{ inputs.target_option }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: baptiste0928/cargo-install@next
Expand Down

0 comments on commit ea4c708

Please sign in to comment.