Install wasm-bindgen-cli in CI

This commit is contained in:
Toshit 2024-03-23 10:18:18 -07:00 committed by GitHub
parent e9a67fcebf
commit 3df83465dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,5 +21,7 @@ jobs:
toolchain: nightly
targets: wasm32-unknown-unknown
components: rust-src
- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli
- name: Test
run: bash -c "cd client; exec bash test.sh"