Skip to content

Commit

Permalink
fix install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Mar 6, 2023
1 parent ce44cf5 commit edc2b1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -58,8 +58,7 @@ jobs:
target: wasm32-unknown-unknown
- name: Install wasm-bindgen
run: |
cargo install cargo-quickinstall
cargo quickinstall wasm-bindgen-cli
cargo install wasm-bindgen-cli
- name: Run cargo test
run: cargo test --target wasm32-unknown-unknown

Expand Down

0 comments on commit edc2b1d

Please sign in to comment.