Skip to content

Commit

Permalink
Install specific wasm-bindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Sep 14, 2024
1 parent b40baa5 commit b6da5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
target: wasm32-unknown-unknown
- uses: Leafwing-Studios/cargo-cache@v2
- name: install wasm-bindgen
run: cargo install -f wasm-bindgen-cli
run: cargo install -f wasm-bindgen-cli --version 0.2.92
- name: make wasm-examples
run: make wasm-examples
- name: Setup Pages
Expand Down

0 comments on commit b6da5e5

Please sign in to comment.