Skip to content

Commit

Permalink
chore: drop rust caches as those cause building issuse (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Nov 11, 2024
1 parent 13dc730 commit 678738d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 678738d

Please sign in to comment.