Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove duplicate steps #1815

Merged
merged 1 commit into from
May 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove duplicate steps
  • Loading branch information
timkpaine committed May 16, 2022
commit 4a2b9730121d59d0cea59b0d943ba34a6612da2f
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ parameters:
- name: webassemblySteps
type: stepList
default:
- bash: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
displayName: "Install wasm-pack"

- bash: rustup toolchain install nightly
displayName: "Install Rust nightly"

- bash: rustup component add rust-src --toolchain nightly
displayName: "Install rust-src"

- bash: yarn lint_js
displayName: "Lint Javascript"

Expand Down