negrutiu/Install NSIS compiler
Install NSIS compiler in GitHub runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| distro | ^ NSIS distribution to install. The default is `negrutiu` which provides both `x86` and `amd64` compilers. | no | negrutiu |
| version | ^ NSIS version to install. If `negrutiu` distro is selected, this should be a GitHub tag pointing to a valid release, e.g. 'v3.12.7487.317'. If `official` distro is selected, this option is invalid and will not have any effect. | no | latest |
| arch | ^ NSIS architecture to install. Applies only when `distro` is set to `negrutiu`, which provides both `x86` and `amd64` compilers. Both `x86` and `amd64` compilers are able to build both `x86` and `amd64` installers. The default is `x86` which will replace the official NSIS installation that is pre-installed on GitHub Windows runners. | no | x86 |
| install-dir | ^ NSIS custom installation directory. The default location is `C:\Program Files (x86)\NSIS` for `x86` and `C:\Program Files\NSIS` for `amd64`. If the specified directory is invalid, the installer falls back to the default location. | no | "" |
| register-path | ^ Add NSIS installation directory to PATH environment variable. The default is `true`. | no | true |
Outputs
| name | description |
|---|---|
| instdir | The installation directory of NSIS |
| version | The installed version of NSIS (e.g. "1.2.3.4") |
| arch | The architecture of NSIS compiler ("x86", "amd64") |