Skip to content

Commit

Permalink
Restore explicit stdin inherit (#2927)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Jan 10, 2025
1 parent 69031e6 commit aa64ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa64ad8

Please sign in to comment.