egor-tensin/Install MinGW
Install MinGW-w64
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- MIT
Pinned Snippet
uses: egor-tensin/setup-mingw@41b837e47d7f85214629d255b9c4bc3fcbe9fd63 # v3tags 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 |