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:
@@ -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*" {
|
||||
|
||||
Reference in New Issue
Block a user