Skip to content

Commit

Permalink
correct wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Aug 31, 2024
1 parent a67e235 commit 741b406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
# shared-key: ""
- name: "Install cargo-leptos"
run: curl --proto '=https' --tlsv1.2 -LsSf https://leptos-rs.artifacts.axodotdev.host/cargo-leptos/v0.2.17/cargo-leptos-installer.sh | sh
- name: "install wasm-bindgen"
run: cargo install -f wasm-bindgen-cli --version 0.2.93
- run: cargo leptos test --project www
- run: cargo leptos build --release --project www
env:
Expand Down

0 comments on commit 741b406

Please sign in to comment.