Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Reset cache #1986

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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