diff --git a/xtask/src/cargo.rs b/xtask/src/cargo.rs index d5ceb43ec3..3bb7efda77 100644 --- a/xtask/src/cargo.rs +++ b/xtask/src/cargo.rs @@ -64,6 +64,7 @@ where } else { Stdio::inherit() }) + .stdin(Stdio::inherit()) .output()?; // Make sure that we return an appropriate exit code here, as Github Actions