Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 472 Bytes

Setup LLVM & Clang toolchain

🚀 Installs LLVM/Clang and friends for GitHub Actions

Usage

Here's what you're after 🚀

- uses: cpp-actions/setup-llvm@v1
  with:
    llvm-version: "16"

Inputs

  • llvm-version: A specific version of the LLVM toolchain to install. This version field currently only supports major versions (no pinning to 16.0.1 yet). The default is latest.