mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
Restore explicit stdin inherit (#2927)
This commit is contained in:
parent
69031e614b
commit
aa64ad8559
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user