Skip to content

Commit

Permalink
fix: mv 'rustup target add wasm32-wasi' to 'rustup target add wasm32-…
Browse files Browse the repository at this point in the history
…wasip1'

Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Jan 20, 2025
1 parent 1d709c9 commit a925d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Unit test
working-directory: ./kclvm
run: |
rustup target add wasm32-wasi && make build-wasm
rustup target add wasm32-wasip1 && make build-wasm
mv target/wasm32-wasi/release/kclvm_cli_cdylib.wasm target/wasm32-wasi/release/kcl.wasm
shell: bash

Expand Down

0 comments on commit a925d1f

Please sign in to comment.