Skip to content

Commit 6107308

Browse files
committed
add target -> target add
1 parent 9786d98 commit 6107308

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
@@ -70,6 +70,6 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@master
7272
- name: Install Rust
73-
run: rustup update stable && rustup add target wasm32-unknown-unknown
73+
run: rustup update stable && rustup target add wasm32-unknown-unknown
7474
- name: cargo test
7575
run: cargo test --target wasm32-unknown-unknown --features wasm-bindgen

0 commit comments

Comments
 (0)