Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 23, 2023
1 parent 5db7e24 commit cc45422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
run: |
rustup target add wasm32-unknown-unknown
export CARGO_TARGET_WASM32_WASI_RUNNER=webassembly
cargo build --target wasm32-unknown-unknown -p kittycad --no-default-features --features js
cargo build --target wasm32-unknown-unknown -p kittycad --no-default-features --features js --features requests
shell: bash

0 comments on commit cc45422

Please sign in to comment.