Below you will find pages that utilize the taxonomy term “mlocati”
March 30, 2026
Setup Visual C++ Development Environment
Version updated for https://github.com/mlocati/setup-msvc to version 1.3.1.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Setup MSVC GitHub Action automates the configuration of a complete Microsoft Visual C++ (MSVC) development environment on Windows by invoking vcvarsall.bat. It streamlines the process by detecting installed Visual Studio versions, selecting the appropriate toolset, Windows SDK, and architecture, and exposing environment variables required for building C and C++ projects.
March 13, 2026
Setup Visual C++ Development Environment
Version updated for https://github.com/mlocati/setup-msvc to version 1.3.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Setup MSVC GitHub Action automates the configuration of a Microsoft Visual C++ (MSVC) development environment on Windows by invoking vcvarsall.bat. It simplifies the setup process by automatically detecting installed Visual Studio instances, selecting the appropriate toolsets, SDKs, and architectures, and exporting the necessary environment variables for building C and C++ projects.
March 13, 2026
Check PHP Syntax
Version updated for https://github.com/mlocati/check-php-syntax to version 1.3.0.
This action is used across all versions by 40 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automatically verifies the syntax of PHP files to ensure compatibility with a specified PHP version, making it particularly useful for projects supporting older PHP versions. It helps identify syntax errors and incompatibilities in code changes, such as pull requests, during continuous integration workflows.