We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd92239 + dbe8a8a commit 33a5b93Copy full SHA for 33a5b93
ci/azure-install-rust.yml
@@ -10,10 +10,7 @@ steps:
10
env:
11
TOOLCHAIN: ${{ parameters.toolchain }}
12
13
- - script: |
14
- curl -sSf -o rustup-init.exe https://win.rustup.rs
15
- rustup-init.exe -y --default-toolchain %TOOLCHAIN%
16
- echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
+ - bash: rustup update --no-self-update $TOOLCHAIN && rustup default $TOOLCHAIN
17
displayName: Install rust - Windows
18
condition: eq( variables['Agent.OS'], 'Windows_NT' )
19
0 commit comments