Don't try to build the entire workspace on wasm32. (#3460)

This commit is contained in:
Jim Blandy 2023-02-07 13:56:00 -08:00 committed by GitHub
parent 238697c2da
commit b1d2ec043e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |