From 54a6a46e77fa57f770d58f58a156d5cd7adc321b Mon Sep 17 00:00:00 2001 From: Lily Remigia Date: Mon, 11 Mar 2024 19:44:19 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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