Skip to content

Commit

Permalink
fix windows CI removal
Browse files Browse the repository at this point in the history
  • Loading branch information
yangm2 committed Aug 15, 2024
1 parent 5ee13a2 commit d80c3c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ stages:
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
displayName: Install rust
- script: |
curl -sSf -o rustup-init.exe https://win.rustup.rs
rustup-init.exe -y --default-host %target% --default-toolchain %RUSTUP_TOOLCHAIN%
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
displayName: Windows install rust
- script: cargo build --all --release
displayName: Cargo build
- stage: qualify
Expand Down

0 comments on commit d80c3c6

Please sign in to comment.