Skip to content

Commit b6da5e5

Browse files
committed
Install specific wasm-bindgen version
1 parent b40baa5 commit b6da5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
target: wasm32-unknown-unknown
3939
- uses: Leafwing-Studios/cargo-cache@v2
4040
- name: install wasm-bindgen
41-
run: cargo install -f wasm-bindgen-cli
41+
run: cargo install -f wasm-bindgen-cli --version 0.2.92
4242
- name: make wasm-examples
4343
run: make wasm-examples
4444
- name: Setup Pages

0 commit comments

Comments
 (0)