Install GCC
Version updated for https://github.com/egor-tensin/setup-gcc to version v2.
- This action is used across all versions by 1,995 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, Set up GCC, automates the installation and setup of the GCC compiler in GitHub Actions workflows on Ubuntu, allowing users to specify the GCC version and platform (32-bit or 64-bit). It simplifies the process of configuring GCC for compiling C and C++ code, ensuring that the required compiler environment is ready without manual setup. Additionally, it provides flexibility by allowing users to set up cc and c++ executables for streamlined builds.