Skip to content

Commit 00e2505

Browse files
committed
Updated rust cache workspace target
1 parent f485a6c commit 00e2505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-from-master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.
5656

5757
- name: Rust cache
58-
working-directory: ./src-tauri
5958
uses: Swatinem/rust-cache@v2
59+
with:
60+
workspaces: ./src-tauri
6061

6162
- uses: tauri-apps/tauri-action@v0
6263
env:

0 commit comments

Comments
 (0)