Skip to content

Commit

Permalink
Rename wasm32-unknown-wasi to wasm32-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed May 16, 2019
1 parent d1ae805 commit 7d98852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- template: ci/azure-install-rust.yml
parameters:
toolchain: nightly
- script: rustup target add wasm32-unknown-wasi
- script: cargo build --target wasm32-unknown-wasi
- script: rustup target add wasm32-wasi
- script: cargo build --target wasm32-wasi
- job: rust_backend
steps:
- template: ci/azure-install-rust.yml
Expand Down

0 comments on commit 7d98852

Please sign in to comment.