Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit c18a8ba

Browse files
committed
add wasm-bindgen-cli
1 parent 5c4b461 commit c18a8ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: actions-rust-lang/setup-rust-toolchain@v1
3333
- run: |
3434
rustup target add wasm32-unknown-unknown
35+
cargo install wasm-bindgen-cli
3536
make test
3637
3738
release:
@@ -58,7 +59,7 @@ jobs:
5859
- uses: denoland/setup-deno@v2
5960
with:
6061
deno-version: v2.x
61-
- run: cargo install cargo-zigbuild
62+
- run: cargo install cargo-zigbuild wasm-bindgen-cli
6263
# https://github.com/rust-cross/cargo-zigbuild/issues/18#issuecomment-1076428026
6364
- name: macOS - Test build with SDKROOT
6465
run: |

0 commit comments

Comments
 (0)