Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information