Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore(ci): install wasm-bindgen-cli through prebuilt binary (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Sep 11, 2023
1 parent 0d6656b commit fa54c19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ jobs:
with:
targets: wasm32-unknown-unknown

- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli --vers "0.2.87" --locked
- uses: taiki-e/install-action@v2
with:
tool: wasm-bindgen-cli@0.2.87

- name: Run rust tests
run: cargo test

0 comments on commit fa54c19

Please sign in to comment.