fix: remove obsolete rustup prompt expect in getting-started check

rustup with -y flag doesn't show 'Proceed with standard installation' prompt
This commit is contained in:
2026-01-27 09:01:17 +03:00
parent 7dfdb25050
commit 15808fe5d9
+2 -4
View File
@@ -119,10 +119,8 @@ jobs:
expect "*Rust is not installed. Install it?*" {
send "y\r"
expect "Proceed with standard installation (default - just press enter)" {
send "\r"
expect "Rust is installed now"
}
# rustup runs with -y flag (non-interactive), so no "Proceed" prompt
expect "Rust is installed now"
}
expect "*Setup the Rust environment*" {