gh-actions-lua icon indicating copy to clipboard operation
gh-actions-lua copied to clipboard

Use a Composite Action to make MSVC setup implicit

Open hishamhm opened this issue 3 years ago • 0 comments

Otherwise, any CI setup with Windows support would need to add uses: ilammy/msvc-dev-cmd@v1 explicitly to their workflows, or risk getting a cryptic error if they don't. This change should make it automatic (and the ilammy/msvc-dev-cmd action is a nop for non-Windows).

hishamhm avatar Jul 29 '22 01:07 hishamhm