Skip to content

Commit 2f0d091

Browse files
committed
Rustup snafu
Signed-off-by: John Nunley <[email protected]>
1 parent 1c3fc28 commit 2f0d091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Rust
3939
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
4040
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
41-
- run: rustup add target wasm32-unknown-unknown
41+
- run: rustup target add wasm32-unknown-unknown
4242
- run: cargo build --all --all-features --all-targets
4343
- name: Run cargo check (without dev-dependencies to catch missing feature flags)
4444
if: startsWith(matrix.rust, 'nightly')

0 commit comments

Comments
 (0)