Skip to content

Commit

Permalink
chore:a ction
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 2, 2024
1 parent 2f55b5b commit c55cbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
working-directory: "src-tauri"
workspaces: "src-tauri -> target"

- name: Install deps
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit c55cbe6

Please sign in to comment.