Skip to content

Commit 9de22e3

Browse files
committed
Remove install of wasm target
1 parent 245bcd7 commit 9de22e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.ci/install-rust.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@ steps:
1111
- script: |
1212
rustc -Vv
1313
cargo -V
14-
displayName: Query rust and cargo versions
15-
16-
- script: |
17-
rustup target add wasm32-unknown-unknown
18-
displayName: Install wasm target
14+
displayName: Query rust and cargo versions

0 commit comments

Comments
 (0)