diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1c27d98..4f82c80 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -39,8 +39,6 @@ jobs: targets: i686-pc-windows-msvc components: rustfmt, clippy - - uses: Swatinem/rust-cache@v2 - - name: Clippy (all features) run: cargo clippy --target i686-pc-windows-msvc --locked -- -D warnings @@ -75,8 +73,6 @@ jobs: with: targets: i686-unknown-linux-gnu - - uses: Swatinem/rust-cache@v2 - - name: Check (all features) run: cargo check --target i686-unknown-linux-gnu --locked