Add wasm-bindgen-cli to macos

This commit is contained in:
bitfl0wer 2023-11-20 11:43:08 +01:00
parent b7eeb0dc8c
commit 18abf66f44
1 changed files with 2 additions and 0 deletions

View File

@ -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"