Skip to content

Commit cac2a14

Browse files
committed
fix ci
1 parent 0ae3e88 commit cac2a14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646

4747
- name: Build only parser in Wasm
4848
if: contains(matrix.os, 'ubuntu')
49-
run: cargo build --no-default-features --target wasm32-unknown-unknown
49+
run: |
50+
rutup target add wasm32-unknown-unknown
51+
cargo build --no-default-features --target wasm32-unknown-unknown
5052
- name: Build
5153
run: cargo build --all-targets --all-features --release
5254
- name: Test

0 commit comments

Comments
 (0)