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 112b7f9 commit bf419bbCopy full SHA for bf419bb
ci/azure-install-rust.yml
@@ -8,7 +8,7 @@ steps:
8
if command -v rustup; then
9
# Uncomment when rustup on Azure is updated
10
#rustup set profile minimal
11
- rustup update $toolchain
+ rustup update --force $toolchain
12
rustup default $toolchain
13
else
14
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $toolchain --profile=minimal
0 commit comments