Replies: 4 comments 4 replies
|
No, the current actions are only for building w64devkit. Perhaps it would be nice to offer a linux toolchain configured like w64devkit somehow (llvm-mingw does this). But we don't have anything like that now. I suggest you just install the mingw-w64 package of your distro in github actions and use that. if you put |
|
Yeah there is the setup-mingw action (that apparently works for both linux and windows hosts) but was thinking of w64devkit since it nicely has everything in one package with zero configuration and it "just works". GitHub has Windows runners too so it doesn't necessarily need to support a Linux host. I was thinking of a simple action that downloads and extracts w64devkit from the releases and then uses that to build a project. |
|
For obvious reasons I prefer w64dk's toolchain to the Mingw-w64 toolchains in Linux distributions, and so I do feel that gap using GitHub Actions to build Windows binaries. The Linux runners work so much better. Tempts me to try running w64dk on Wine. |
|
Check https://github.com/anzz1/setup-w64devkit |
Uh oh!
There was an error while loading. Please reload this page.
Is there a GitHub Action for the CI to use w64devkit for MinGW builds?
I was thinking of making one myself but thought I should check whether one already exists.
All reactions