gh-actions-lua
gh-actions-lua copied to clipboard
Use a Composite Action to make MSVC setup implicit
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).