Actions to Install LLVM and Clang
Version updated for https://github.com/jhchundev/install-llvm-action to version v1.2.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The install-llvm-action is a GitHub Action that automates the process of downloading and installing specific versions of LLVM and Clang binaries, starting from version 7.1.0. It simplifies setting up the development environment by configuring necessary environment variables (e.g., PATH, LD_LIBRARY_PATH) for seamless integration. This action addresses the challenge of managing compatible LLVM and Clang versions across different platforms and architectures, enabling streamlined builds and workflows in CI/CD pipelines.
What’s Changed
What’s Changed
- 📄 Update Generated Files by @github-actions[bot] in https://github.com/jhchundev/install-llvm-action/pull/42
Full Changelog: https://github.com/jhchundev/install-llvm-action/compare/v1.2.2...v1.2.3