diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index c35611d..8e22014 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -59,6 +59,7 @@ jobs: uses: swatinem/rust-cache@v2 with: workspaces: './src-tauri -> target' + cache-bin: false - run: rustup component add rustfmt - name: Run rust fmt working-directory: src-tauri