Skip to content

Commit bf419bb

Browse files
committed
Force update nightly compiler on Linux
1 parent 112b7f9 commit bf419bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-install-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
if command -v rustup; then
99
# Uncomment when rustup on Azure is updated
1010
#rustup set profile minimal
11-
rustup update $toolchain
11+
rustup update --force $toolchain
1212
rustup default $toolchain
1313
else
1414
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $toolchain --profile=minimal

0 commit comments

Comments
 (0)