msys2/Setup MSYS2
Setup an MSYS2 environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| msystem | Variant of the environment to set by default: MSYS, MINGW32, MINGW64, UCRT64, CLANG64 or CLANGARM64 | no | MINGW64 |
| path-type | Default value for MSYS2_PATH_TYPE environment variable: strict, inherit or minimal | no | minimal |
| update | Update MSYS2 installation through pacman | no | false |
| install | After installation and/or update, install additional packages through pacman | no | "" |
| pacboy | After installation and/or update, install additional packages through pacboy | no | "" |
| release | Retrieve and extract base installation from upstream GitHub Releases | no | true |
| location | Where to install MSYS2 | no | "" |
| platform-check-severity | What to do when run on an incompatible runner: fatal, warn | no | fatal |
| cache | If caching should be used | no | true |
Outputs
| name | description |
|---|---|
| msys2-location | The absolute path of the MSYS2 installation location |