🚀 Installs LLVM/Clang and friends for GitHub Actions
Here's what you're after 🚀
- uses: cpp-actions/setup-llvm@v1
with:
llvm-version: "16"
llvm-version
: A specific version of the LLVM toolchain to install. This version field currently only supports major versions (no pinning to16.0.1
yet). The default islatest
.