Below you will find pages that utilize the taxonomy term “egor-tensin”
December 30, 2025
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.
December 30, 2025
Install MinGW
Version updated for https://github.com/egor-tensin/setup-mingw to version v3.
This action is used across all versions by 1,671 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the setup of the MinGW-w64 toolchain in workflow runs, enabling cross-compilation for Windows applications. It simplifies the process of configuring gcc, g++, and other related executables for building 32-bit or 64-bit binaries. By streamlining the installation and setup of MinGW-w64, it helps developers save time and ensures consistency in build environments.
December 29, 2025
Install Cygwin
Version updated for https://github.com/egor-tensin/setup-cygwin to version v4.0.2.
This action is used across all versions by 1,074 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the setup of Cygwin in workflow runs by installing Cygwin and any specified additional packages, while adding Cygwin executables to the system’s PATH. It simplifies the process of configuring a Cygwin environment for CI/CD pipelines on Windows, supports custom installation directories, and provides options for handling symlinks and environment variables.