mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
[rs] Specify version for wasm-bindgen-cli
This commit is contained in:
parent
3c401d2468
commit
b278dd2c64
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: cargo build --release --target wasm32-unknown-unknown --examples
|
||||
|
||||
- name: Install wasm-bindgen-cli
|
||||
run: cargo install wasm-bindgen-cli
|
||||
run: cargo install --force wasm-bindgen-cli --version 0.2.69
|
||||
|
||||
- name: Generate JS bindings for the examples
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user