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 18, 2023
1 parent d660427 commit a1d354f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo-build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo build
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
shell: bash

0 comments on commit a1d354f

Please sign in to comment.