actions-marketplace-validations/Install MinGW
Install MinGW-w64
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 14, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/egor-tensin_setup-mingw@f2b2fc02cd99773ac5420740525895157a6e8f6d # 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 |
| cc | Set up cc/c++ executables | no | 1 |
| version | Specify mingw version; will fall back to package manager default if not supplied | no | "" |
Outputs
| name | description |
|---|---|
| prefix | Cross-compilation toolchain prefix |
| gcc | gcc binary name |
| gxx | g++ binary name |
| windres | windres binary name |