Restore explicit stdin inherit (#2927)

This commit is contained in:
Dániel Buga 2025-01-10 12:46:01 +01:00 committed by GitHub
parent 69031e614b
commit aa64ad8559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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