Skip to content

Commit

Permalink
Change gh actions rust cache key
Browse files Browse the repository at this point in the history
- different dependencies -> different cache
  • Loading branch information
mtsgrd committed Oct 24, 2024
1 parent 9be47ea commit ef5d2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-crate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Rust Cache
uses: Swatinem/[email protected]
with:
shared-key: unix-rust-testing
shared-key: unix-rust-testing-v2
key: ${{ inputs.features }}

- run: |
Expand Down

0 comments on commit ef5d2b9

Please sign in to comment.