Skip to content

Commit

Permalink
Restore explicit stdin inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jan 10, 2025
1 parent 8bd49d7 commit 8846b8b
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 8846b8b

Please sign in to comment.