mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Specify an exact wasm-bindgen-cli version in publish.yml. (#2873)
The versions of wasm-bindgen-cli run by `.github/workflows/publish.yml` must exactly match the version of `wasm-bindgen` used by `wgpu`. At the moment, `wgpu/Cargo.toml` specifies `0.2.81`, and our `Cargo.lock` agrees, so that is what `publish.yml` should mention.
This commit is contained in:
parent
5094525fb8
commit
18d053d5af
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
target: wasm32-unknown-unknown
|
||||
|
||||
- name: Install wasm-bindgen-cli
|
||||
run: cargo install wasm-bindgen-cli --version=0.2.78
|
||||
run: cargo install wasm-bindgen-cli --version=0.2.81
|
||||
|
||||
- name: Build WebGPU examples
|
||||
run: cargo build --release --target wasm32-unknown-unknown --examples
|
||||
|
Loading…
Reference in New Issue
Block a user