Skip to content

Commit

Permalink
invalidate the caches, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Jan 23, 2024
1 parent 3e073e6 commit d74e2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cache/action.yml
Expand Up @@ -17,5 +17,5 @@ runs:
shell: bash
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
with:
key: ${{ steps.normalized-key.outputs.key }}
key: ${{ steps.normalized-key.outputs.key }}-1
workspaces: "./src/rust/ -> target"

0 comments on commit d74e2c6

Please sign in to comment.