Skip to content

Commit

Permalink
remove(cache in release)
Browse files Browse the repository at this point in the history
  • Loading branch information
vollate committed Jun 4, 2024
1 parent 786d1d6 commit 544af70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}


- name: Rust cache
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'
# - name: Rust cache
# uses: swatinem/rust-cache@v2
# with:
# workspaces: './src-tauri -> target'

- name: install frontend dependencies
working-directory: src-ui
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "moras"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
license = "GPL-3"
repository = ""
default-run = "moras"
edition = "2021"
Expand Down

0 comments on commit 544af70

Please sign in to comment.