We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae3e88 commit cac2a14Copy full SHA for cac2a14
.github/workflows/ci.yml
@@ -46,7 +46,9 @@ jobs:
46
47
- name: Build only parser in Wasm
48
if: contains(matrix.os, 'ubuntu')
49
- run: cargo build --no-default-features --target wasm32-unknown-unknown
+ run: |
50
+ rutup target add wasm32-unknown-unknown
51
+ cargo build --no-default-features --target wasm32-unknown-unknown
52
- name: Build
53
run: cargo build --all-targets --all-features --release
54
- name: Test
0 commit comments