Skip to content

Commit 58931ac

Browse files
committed
fix: avoid poisoned rust cache
1 parent b6b5d8b commit 58931ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/setup-rust-cache/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ runs:
1414
- name: Cache Rust Dependencies
1515
uses: swatinem/rust-cache@v2
1616
with:
17+
prefix-key: v1-rust
18+
cache-bin: "false"
1719
save-if: ${{ inputs.save-cache }}
1820
shared-key: ${{ inputs.target }}

0 commit comments

Comments
 (0)