mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
Don't try to build the entire workspace on wasm32. (#3460)
This commit is contained in:
parent
238697c2da
commit
b1d2ec043e
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: cargo install wasm-bindgen-cli --version=0.2.83
|
||||
|
||||
- name: Build WebGPU examples
|
||||
run: cargo build --release --target wasm32-unknown-unknown --examples
|
||||
run: cargo build --package wgpu --release --target wasm32-unknown-unknown --examples
|
||||
|
||||
- name: Generate JS bindings for WebGPU examples
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user