We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac2a14 commit 0edc0d0Copy full SHA for 0edc0d0
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build only parser in Wasm
48
if: contains(matrix.os, 'ubuntu')
49
run: |
50
- rutup target add wasm32-unknown-unknown
+ rustup 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
0 commit comments