actions-marketplace-validations/Setup protoc
Download protoc compiler and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 3, 2024
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/arduino_setup-protoc@3ea1d70ac22caff0b66ed6cb37d5b7aadebd4623 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to use. Example: 26.2 | — | 26.x |
| include-pre-releases | Include github pre-releases in latest version calculation | — | false |
| repo-token | GitHub repo token to use to avoid rate limiter | — | "" |
Outputs
| name | description |
|---|---|
| version | Actual version of the protoc compiler environment that has been installed |
| path | Path to where the protoc compiler has been installed |