Skip to content

Latest commit

History

History
21 lines (14 loc) 路 472 Bytes

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.