We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85689cd commit 9ad5488Copy full SHA for 9ad5488
.github/workflows/publish.yml
@@ -40,9 +40,7 @@ jobs:
40
run: |
41
cargo install trunk --locked || true
42
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
+ cargo install tauri-cli --locked --version ^2 || true
46
47
- name: Build Leptos frontend (WASM) with trunk
48
# adjust working-directory if your index.html is elsewhere
0 commit comments