Skip to content

Commit

Permalink
Install wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Nov 12, 2022
1 parent d1f7d61 commit 5450c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
toolchain: nightly
target: wasm32-unknown-unknown
- uses: jetli/wasm-bindgen-action@v0.1.0
with:
version: 'latest'
- run: rustup target add wasm32-unknown-unknown
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
Expand Down

0 comments on commit 5450c16

Please sign in to comment.