Skip to content

Commit 3575e65

Browse files
committed
chore: update CI workflow to correct workspace path
- Modified the workspace path in the CI configuration from 'src-tauri' to 'tauri-app/src-tauri' for accurate build setup.
1 parent 1bc4a2e commit 3575e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Rust cache
4747
uses: Swatinem/rust-cache@v2
4848
with:
49-
workspaces: src-tauri
49+
workspaces: tauri-app/src-tauri
5050

5151
- name: Setup Node.js
5252
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)