Setup Cpp (C++ / C)
Version updated for https://github.com/aminya/setup-cpp to version v1.8.0.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
setup-cpp is a GitHub Action and terminal tool designed to automate the setup of cross-platform environments for building and testing C++/C projects. It streamlines the installation and configuration of compilers, build systems, package managers, analyzers, and other tools, addressing platform-specific complexities. This action simplifies dependency management, ensures compatibility across various operating systems, and provides modular capabilities to customize the development environment.
Release notes
What’s Changed
- feat: update default LLVM, Mingw, CMake, Ninja, Task, Meson by @aminya in https://github.com/aminya/setup-cpp/pull/455
- fix: default to LLVM 20.1.8 by @aminya in https://github.com/aminya/setup-cpp/pull/460
- feat: use bun as the package manager by @aminya in https://github.com/aminya/setup-cpp/pull/454
- chore(deps): update fedora docker tag to v44 in https://github.com/aminya/setup-cpp/pull/440
Full Changelog: https://github.com/aminya/setup-cpp/compare/v1.7.2...v1.8.0