Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OS detection on Windows with MSYS
Installing MinGW with Scoop yields a $(uname -s) starting with MINGW, whereas the one that comes preinstalled on the GitHub Actions Windows runner (which comes from Git for Windows, I think) starts with MSYS instead. I noticed that these two cases are also hardcoded into the gradlew script, so I feel pretty confident this is an OK fix.
- Loading branch information