Skip to content

Commit 9ad5488

Browse files
committed
install tauri-cli
1 parent 85689cd commit 9ad5488

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
run: |
4141
cargo install trunk --locked || true
4242
cargo install wasm-bindgen-cli --locked || true
43-
cargo install cargo-tauri --locked --version ^2 || true
44-
cargo --list | sed -n '/Installed Commands/,$p' | grep -E '^\s+tauri\b' || (echo "cargo tauri not installed" && exit 1)
45-
cargo tauri --version
43+
cargo install tauri-cli --locked --version ^2 || true
4644
4745
- name: Build Leptos frontend (WASM) with trunk
4846
# adjust working-directory if your index.html is elsewhere

0 commit comments

Comments
 (0)