Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
319: Fix cross when stdin is not a TTY r=reitermarkus a=CryZe When stdin is not a TTY, cross fails because it still passes `-i` to `docker run`, which makes Docker fail like so: ``` the input device is not a TTY ``` Apparently GitHub Actions doesn't have a TTY as stdin, so this is the fix to make cross work with GitHub Actions. Co-authored-by: Christopher Serr <christopher.serr@gmail.com>
- Loading branch information