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. This action simplifies setting up MSVC environments in CI workflows, supports various architectures and configurations, and includes debugging capabilities for enhanced troubleshooting.
What’s Changed
What’s Changed
- Accept arm64 as an alias of x64_arm64 by @mlocati in https://github.com/mlocati/setup-msvc/pull/5
Full Changelog: https://github.com/mlocati/setup-msvc/compare/1.3.0...1.3.1