Skip to content

Commit a86fe4c

Browse files
committed
Don't cache Rust binaries
1 parent 16ec542 commit a86fe4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/set-up-rust/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ runs:
1212
- name: Install Rust toolchain
1313
uses: actions-rust-lang/setup-rust-toolchain@9d7e65c320fdb52dcd45ffaa68deb6c02c8754d9 # v1.12.0
1414
with:
15+
cache-bin: false
1516
target: ${{ inputs.target }}

0 commit comments

Comments
 (0)