From 0d449c629db8c37104044d85ef416e8904149feb Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 27 Jan 2026 09:01:17 +0300 Subject: [PATCH] fix: remove obsolete rustup prompt expect in getting-started check rustup with -y flag doesn't show 'Proceed with standard installation' prompt --- .github/workflows/check-getting-started.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-getting-started.yml b/.github/workflows/check-getting-started.yml index 2e966b72..15ed23ca 100644 --- a/.github/workflows/check-getting-started.yml +++ b/.github/workflows/check-getting-started.yml @@ -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*" {