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. This action streamlines MSVC environment preparation, supports various architectures and configurations, and includes debugging and customization options to meet diverse development needs.
Release notes
What’s Changed
- Switch from node20 to node2 by @mlocati in https://github.com/mlocati/setup-msvc/pull/4
Full Changelog: https://github.com/mlocati/setup-msvc/compare/1.2.0...1.3.0