Skip to content

Commit

Permalink
always build
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 2, 2024
1 parent 8bf7ab2 commit 5e7b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: command -v wasm-pack >/dev/null 2>&1 || cargo install --force --git https://github.com/rustwasm/wasm-pack.git --tag v0.13.1
# https://github.com/rustwasm/wasm-bindgen/issues/4211
- run: cargo install wasm-bindgen-cli --git "https://github.com/rustwasm/wasm-bindgen"
- run: cargo install --force wasm-bindgen-cli --git "https://github.com/rustwasm/wasm-bindgen"
- name: Install wasm Rust target
run: rustup target add wasm32-unknown-unknown
- name: Install system dependencies
Expand Down

0 comments on commit 5e7b02c

Please sign in to comment.