setup-masm
Version updated for https://github.com/glslang/setup-masm to version v1.4.
- This action is used across all versions by 4 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-masm GitHub Action simplifies configuring the Microsoft Macro Assembler (MASM) in the workflow environment for building and testing Windows applications using x64, x86, or ARM64 assembly. It automates the process of adding MASM to the system PATH, ensuring compatibility with Visual Studio and enabling seamless assembly language development in CI/CD pipelines. Key capabilities include specifying Visual Studio versions, architecture targeting, and providing the path to the MASM executable.
What’s Changed
What’s Changed
- actions(deps): bump microsoft/setup-msbuild from 2 to 3 by @dependabot[bot] in https://github.com/glslang/setup-masm/pull/41
- npm(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in https://github.com/glslang/setup-masm/pull/42
- npm(deps-dev): bump @types/node from 25.5.0 to 25.5.2 by @dependabot[bot] in https://github.com/glslang/setup-masm/pull/43
- npm(deps-dev): bump @types/node from 25.5.2 to 25.6.0 by @dependabot[bot] in https://github.com/glslang/setup-masm/pull/44
- npm(deps-dev): bump typescript from 6.0.2 to 6.0.3 by @dependabot[bot] in https://github.com/glslang/setup-masm/pull/45
- docs: add CLAUDE.md with codebase guidance for AI assistants by @glslang in https://github.com/glslang/setup-masm/pull/46
- npm(deps): bump @actions/core from 3.0.0 to 3.0.1 by @dependabot[bot] in https://github.com/glslang/setup-masm/pull/47
- bump: Bump NodeJs to 24 as 20 is deprecated by @dimhotepus in https://github.com/glslang/setup-masm/pull/48
- Update README.md by @glslang in https://github.com/glslang/setup-masm/pull/49
- fix: ESM build, esbuild bundle, and CI package job by @glslang in https://github.com/glslang/setup-masm/pull/50
Full Changelog: https://github.com/glslang/setup-masm/compare/v1.3...v1.4