actions-marketplace-validations/Install MinGW
Install MinGW-w64
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 29, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/coffeebe4code_setup-mingw@fac42dc4bbdc43ba91880bdbd8c65b32aa458e00 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| platform | Target platform | no | x64 |
| cygwin | Install Cygwin packages | no | 0 |
| static | Enable static linking workaround | no | 1 |
| version | Version of Mingw and Tools | no | 8.1.0 |
| cc | Set up cc/c++ executables | no | 1 |
| hardlinks | On Cygwin, replace executable symlinks with hardlinks | no | 0 |
Outputs
| name | description |
|---|---|
| prefix | Cross-compilation toolchain prefix |
| gcc | gcc binary name |
| gxx | g++ binary name |
| windres | windres binary name |