Skip to content

Commit

Permalink
ci: try to fix cargo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Sep 10, 2022
1 parent 44983bf commit b0ab8f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: "src-tauri -> target"
- name: install app dependencies
run: yarn
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit b0ab8f6

Please sign in to comment.