diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d170233..0d20f1f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Setup MSBuild environment uses: microsoft/setup-msbuild@v1 - name: Get v131_xp tools - run: vs_enterprise.exe modify -add Microsoft.VisualStudio.Component.VC.v141.x86.x64 + run: vs_enterprise.exe modify -add Microsoft.VisualStudio.Component.WinXP && vs_enterprise.exe modify -add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP #Vcpkg stuff # - name: Restore or build dependencies using vcpkg # uses: lukka/run-vcpkg@v2