diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5e05882..97671ef 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -41,16 +41,6 @@ jobs: with: targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android,wasm32-unknown-unknown - - name: 📦 Rust Cache - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - with: - save-if: ${{ github.ref == 'refs/heads/main' }} - workspaces: | - . - src-tauri - models - shared_constants - - name: 📝 Check spelling using typos-action uses: crate-ci/typos@b74202f74b4346efdbce7801d187ec57b266bac8 # v1.27.3 diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index cb51cde..50f0d9c 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -53,16 +53,6 @@ jobs: components: rustfmt, clippy targets: ${{ matrix.os == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin,wasm32-unknown-unknown' || 'wasm32-unknown-unknown' }} - - name: 📦 Rust Cache - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - with: - save-if: ${{ github.ref == 'refs/heads/main' }} - workspaces: | - . - src-tauri - models - shared_constants - - name: 🌍 Export GitHub Actions cache environment variables windows if: contains(matrix.os, 'windows') uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7