Skip to content

Commit e38fb1e

Browse files
committed
Fix CI due to new rustup.
1 parent f37ea9a commit e38fb1e

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)