Skip to content

Commit

Permalink
cache on fail
Browse files Browse the repository at this point in the history
blopker committed Dec 27, 2024
1 parent 59aad3d commit 722aabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ jobs:
uses: swatinem/rust-cache@v2
with:
workspaces: "./src-tauri -> target"
cache-on-failure: true

- name: install frontend dependencies
run: bun install --frozen-lockfile

0 comments on commit 722aabb

Please sign in to comment.