adamchalmers/Setup Protoc
Download protoc from GitHub releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Git tag for the version to download. Example: v3.9.1 | — | "" |
| include-pre-releases | Include github pre-releases in latest version calculation | — | false |
| repo-token | GitHub repo token to use to avoid rate limiter | — | "" |
| os-arch | Which OS? Windows ("32", "64") or macOS ("aarch_64", "x86_64") or Linux (macOS options as well as "ppcle_64", "s390_64", "x86_32") | — | x86_64 |
| os-plat | Which OS? Either "windows" or "linux" or "macos" | — | linux |
Outputs
| name | description |
|---|---|
| path | Where protoc was installed. |
| url | The URL that protoc was downloaded from. |