Skip to content

Commit

Permalink
Add wasm-bindgen-cli to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Nov 20, 2023
1 parent c9d4ecd commit 7f94b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ jobs:
- name: Build, Test wasm with Safari
run: |
rustup target add wasm32-unknown-unknown
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall --no-confirm wasm-bindgen-cli --vers "0.2.88" --force
SAFARIDRIVER=$(which safaridriver) cargo test --target wasm32-unknown-unknown --no-default-features --features="client, rt"

0 comments on commit 7f94b8e

Please sign in to comment.