Skip to content

Commit 79d8024

Browse files
authored
chore: disable caching for cross jobs (#4794)
CI is running into cross-rs/cross#724, which should be fixed if we clear the cache.
1 parent 45f24f1 commit 79d8024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ jobs:
248248
toolchain: ${{ env.rust_stable }}
249249
target: ${{ matrix.target }}
250250
override: true
251-
- uses: Swatinem/rust-cache@v1
252251
- uses: actions-rs/cargo@v1
253252
with:
254253
use-cross: true

0 commit comments

Comments
 (0)