actions-marketplace-validations/Install MinGW 12.2.0
Based on egor-tensin/setup-mingw
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/deevroman_setup-mingw@7f3150ca8452df79a3f5aa31677ea6e84d5520f9 # 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 |
| 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 |