Skip to content

Commit 0d3d086

Browse files
committed
fix: Pin wasm-bindgen-cli version (merp game)
1 parent 1889322 commit 0d3d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rustup update --no-self-update ${{ env.RUST_CHANNEL }}
2626
rustup default ${{ env.RUST_CHANNEL }}
2727
rustup target install wasm32-unknown-unknown
28-
cargo install wasm-bindgen-cli
28+
cargo install -f wasm-bindgen-cli --version 0.2.89
2929
3030
- name: Build website
3131
run: ./scripts/build.sh

0 commit comments

Comments
 (0)