We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0388f99 commit 5c7e0b4Copy full SHA for 5c7e0b4
ci/azure-install-rust.yml
@@ -26,7 +26,7 @@ steps:
26
rustup default $toolchain
27
else
28
curl.exe -sSf -o rustup-init.exe https://win.rustup.rs
29
- ./rustup-init.exe -y --default-toolchain $env:TOOLCHAIN
+ ./rustup-init.exe -y --default-toolchain $toolchain
30
echo "##vso[task.prependpath]$USERPROFILE/.cargo/bin"
31
fi
32
displayName: Install rust (windows)
0 commit comments