Skip to content

Commit d74e2c6

Browse files
committed
invalidate the caches, sigh
1 parent 3e073e6 commit d74e2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ runs:
1717
shell: bash
1818
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
1919
with:
20-
key: ${{ steps.normalized-key.outputs.key }}
20+
key: ${{ steps.normalized-key.outputs.key }}-1
2121
workspaces: "./src/rust/ -> target"

0 commit comments

Comments
 (0)