Skip to content

Commit ec495a7

Browse files
authored
Merge pull request #1273 from ehuss/fix-ci-rustup
Fix CI due to new rustup.
2 parents f37ea9a + e38fb1e commit ec495a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TOOLCHAIN="$1"
1212

1313
rustup set profile minimal
1414
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
15-
rustup update $TOOLCHAIN
15+
rustup update --no-self-update $TOOLCHAIN
1616
rustup default $TOOLCHAIN
1717
rustup -V
1818
rustc -Vv

0 commit comments

Comments
 (0)