We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1889322 commit 0d3d086Copy full SHA for 0d3d086
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
rustup update --no-self-update ${{ env.RUST_CHANNEL }}
26
rustup default ${{ env.RUST_CHANNEL }}
27
rustup target install wasm32-unknown-unknown
28
- cargo install wasm-bindgen-cli
+ cargo install -f wasm-bindgen-cli --version 0.2.89
29
30
- name: Build website
31
run: ./scripts/build.sh
0 commit comments