jeremyd2019/Install Cygwin Action with Caching
GitHub Action to install Cygwin, caching downloaded packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platform | Platform [x86, x86_64] | no | x86_64 |
| packages | Packages to install | no | — |
| install-dir | Installation directory (overrides work-vol) | no | "" |
| check-sig | Should the setup.ini file signature be checked? | no | true |
| pubkeys | Absolute paths of extra public key files (RFC4880 format), separated by whitespace | no | — |
| site | Download site URLs separated by whitespace | no | — |
| add-to-path | Should Cygwin's bin directory be added to the system PATH? | no | true |
| allow-test-packages | Consider package versions marked test | no | false |
| check-hash | Check the hash of the installer | no | true |
| check-installer-sig | Check the Autheticode signature of the installer | no | true |
| work-vol | Volume on which to store setup and packages, and install Cygwin | no | "" |
Outputs
| name | description |
|---|---|
| setup | Pathname of the Cygwin setup executable |
| root | Root directory of Cygwin installation (equal to install-dir input) |
| package-cache | Package cache directory |