We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3fc28 commit 2f0d091Copy full SHA for 2f0d091
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install Rust
39
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
40
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
41
- - run: rustup add target wasm32-unknown-unknown
+ - run: rustup target add wasm32-unknown-unknown
42
- run: cargo build --all --all-features --all-targets
43
- name: Run cargo check (without dev-dependencies to catch missing feature flags)
44
if: startsWith(matrix.rust, 'nightly')
0 commit comments