Skip to content

Commit

Permalink
fix: Pin wasm-bindgen-cli version (merp game)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihunter173 committed Oct 17, 2024
1 parent 1889322 commit 0d3d086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
rustup update --no-self-update ${{ env.RUST_CHANNEL }}
rustup default ${{ env.RUST_CHANNEL }}
rustup target install wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo install -f wasm-bindgen-cli --version 0.2.89
- name: Build website
run: ./scripts/build.sh
Expand Down

0 comments on commit 0d3d086

Please sign in to comment.