Skip to content

Commit

Permalink
see if Azure images already have rust
Browse files Browse the repository at this point in the history
  • Loading branch information
yangm2 committed Aug 15, 2024
1 parent d80c3c6 commit cf6cb44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ stages:
vmImage: $(vmImage)
timeoutInMinutes: 5
steps:
- script: |
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 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: cargo build --all --release
displayName: Cargo build
- stage: qualify
Expand Down

0 comments on commit cf6cb44

Please sign in to comment.