Skip to content

Commit 2dec145

Browse files
committed
Disable cache
1 parent f931041 commit 2dec145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
with:
6969
toolchain: ${{ matrix.job.toolchain }}
7070
target: ${{ matrix.job.target }}
71-
- uses: Swatinem/rust-cache@v2
72-
with:
73-
key: "1.86.0"
71+
# - uses: Swatinem/rust-cache@v2
72+
# with:
73+
# key: "1.86.0"
7474
- name: Build
7575
# We need to install cross from git, because https://github.com/cross-rs/cross/issues/1222
7676
# is still unreleased (it's been almost a year since the last release)

0 commit comments

Comments
 (0)