egor-tensin/Install Clang
Install Clang & LLVM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- MIT
Pinned Snippet
uses: egor-tensin/setup-clang@23bc15cd4207e45f1566447deb48f4ff3ef932cb # v2.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to install | no | latest |
| platform | Target platform | no | x64 |
| cc | Set up cc/clang/c++/clang++ executables | no | 1 |
Outputs
| name | description |
|---|---|
| clang | clang binary name |
| clangxx | clang++ binary name |