Files
setup-clang/README.md
Lucas Petrino 06249bf357
Some checks failed
Lint Codebase / Lint Codebase (push) Has been cancelled
Continuous Integration / GitHub Actions Test (push) Failing after 20s
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m9s
Continuous Integration / TypeScript Tests (push) Successful in 1m17s
Initial Commit
2024-11-17 11:50:58 +13:00

29 lines
463 B
Markdown

# Setup Clang
Setup Clang for GitHub Actions
## Usage
Latest Clang Version
```yaml
steps:
- name: Install Clang
uses: https://git.119.224.65.18.sslip.io/siteorg/setup-clang@v1
```
Specific Clang Version
```yaml
steps:
- name: Install Clang
uses: https://git.119.224.65.18.sslip.io/siteorg/setup-clang@v1
with:
clang-version: 18.1.8
```
## License
This projected is licensed under the MIT License, see [LICENSE](LICENSE) for
details.