diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 3021ba0bf..f805ce1a7 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -27,12 +27,12 @@ jobs: - name: Add Rust Target run: rustup target add ${{ matrix.target }} - - name: Rust Cache - uses: Swatinem/rust-cache@v2 - with: - workspaces: src-tauri - cache-all-crates: true - cache-on-failure: true + # - name: Rust Cache + # uses: Swatinem/rust-cache@v2 + # with: + # workspaces: src-tauri + # cache-all-crates: true + # cache-on-failure: true - name: Install dependencies (ubuntu only) if: matrix.os == 'ubuntu-22.04'