Skip to content

Commit

Permalink
Fix rust cache in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed May 23, 2023
1 parent 0956a7f commit d9a83ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
node-modules-${{ runner.os }}-
- uses: Swatinem/rust-cache@v2
with:
cache-targets: "false"
cache-directories: |
src-tauri/target
workspaces: src-tauri
- name: Install frontend dependencies
run: yarn
- uses: tauri-apps/tauri-action@v0
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/clippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
with:
cache-targets: "false"
cache-directories: |
src-tauri/target
workspaces: src-tauri
- name: Check clippy
uses: actions-rs/clippy-check@v1
with:
Expand Down

0 comments on commit d9a83ed

Please sign in to comment.