Actions to Install LLVM and Clang
Version updated for https://github.com/jhchundev/install-llvm-action to version v1.1.8.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The install-llvm-action is a GitHub Action designed to automate the downloading and installation of LLVM and Clang binaries for CI workflows. It supports versions 7.1.0 and later, automatically configuring environment variables (e.g., PATH, LD_LIBRARY_PATH) to enable seamless use of the installed tools. This action simplifies the setup process for LLVM and Clang, addressing compatibility across different platforms and architectures.
Release notes
What’s Changed
- 📄 Update Generated Files by @github-actions[bot] in https://github.com/jhchundev/install-llvm-action/pull/37
Full Changelog: https://github.com/jhchundev/install-llvm-action/compare/v1.1.7...v1.1.8