Initial Commit
Some checks failed
Some checks failed
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user