You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: images/macos/scripts/build/install-rust.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ echo "Installing Rustup..."
10
10
brew_smart_install "rustup-init"
11
11
12
12
echo"Installing Rust language..."
13
-
# Pin to 1.89.0 until https://github.com/actions/runner-images/issues/13041 && https://github.com/rust-lang/rust/issues/145936 is resolved
Copy file name to clipboardExpand all lines: images/ubuntu/scripts/build/install-rust.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ source $HELPER_SCRIPTS/os.sh
11
11
export RUSTUP_HOME=/etc/skel/.rustup
12
12
export CARGO_HOME=/etc/skel/.cargo
13
13
14
-
# Pin to 1.89.0 until https://github.com/actions/runner-images/issues/13041 && https://github.com/rust-lang/rust/issues/145936 is resolved
15
-
curl -fsSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.89.0 --profile=minimal
14
+
curl -fsSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
# Install Rust by running rustup-init.exe (disabling the confirmation prompt with -y)
21
-
# Pin to 1.89.0 until https://github.com/actions/runner-images/issues/13041 && https://github.com/rust-lang/rust/issues/145936 is resolved
0 commit comments