Skip to content

Commit bd65733

Browse files
committed
ci: disable rust cache
1 parent d47ab9e commit bd65733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
with:
240240
toolchain: beta
241241
target: ${{ matrix.target }}
242+
cache: false
242243
- if: ${{ matrix.cross }}
243244
run: cargo +beta install cross --git https://github.com/cross-rs/cross
244245
env:
@@ -404,6 +405,7 @@ jobs:
404405
with:
405406
toolchain: beta
406407
components: clippy
408+
cache: false
407409
- run: cargo +beta clippy --all-targets ${{ matrix.features }} -- -Dwarnings
408410
pre-commit:
409411
runs-on: ubuntu-24.04
@@ -427,4 +429,5 @@ jobs:
427429
with:
428430
toolchain: nightly
429431
components: rustfmt
432+
cache: false
430433
- run: cargo +nightly fmt --check

0 commit comments

Comments
 (0)