Skip to content

actions4cpp/setup-llvm

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub action to set up Clang & LLVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%