[all OSs] Pin Rust to 1.89.0 due to a 1.90.0 breaking change (#13044)

This commit is contained in:
Erik Bershel
2025-09-21 13:38:09 +02:00
committed by GitHub
parent 6e5217944a
commit 98a1416fbf
3 changed files with 6 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ echo "Installing Rustup..."
brew_smart_install "rustup-init"
echo "Installing Rust language..."
rustup-init -y --no-modify-path --default-toolchain=stable --profile=minimal
# Pin to 1.89.0 until https://github.com/actions/runner-images/issues/13041 && https://github.com/rust-lang/rust/issues/145936 is resolved
rustup-init -y --no-modify-path --default-toolchain=1.89.0 --profile=minimal
echo "Initialize environment variables..."
CARGO_HOME=$HOME/.cargo