GitHubs Windows2019-Runner-Image contains the toolset 14.4 but only VS2019: https://github.com/actions/runner-images/blob/win22/20240603.1/images/windows/Windows2019-Readme.md This argument combination ``` uses: ilammy/msvc-dev-cmd@v1 with: vsversion: 2019 toolset: 14.4 ``` fails, because msvc-dev-cmd looks in the 2019 path for the 14.4 toolset.
GitHubs Windows2019-Runner-Image contains the toolset 14.4 but only VS2019: https://github.com/actions/runner-images/blob/win22/20240603.1/images/windows/Windows2019-Readme.md
This argument combination
fails, because msvc-dev-cmd looks in the 2019 path for the 14.4 toolset.