# 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.