From a8d6b81baf81694c646ffbd561c1be4cae385507 Mon Sep 17 00:00:00 2001 From: Willem Date: Sat, 8 Feb 2020 20:56:45 +0100 Subject: [PATCH] Remove Windows XP workaround Removes the workaround that was put in place while waiting for actions/virtual-environments#288 to being fixed. --- .github/workflows/build_windows.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index c7a59ff5..9b7e968c 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -20,10 +20,6 @@ jobs: build: runs-on: windows-latest steps: - - name: Add V7.1A SDK - run: | - "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.Enterprise -q --add Microsoft.VisualStudio.Component.WinXP - shell: cmd - name: Check out repository uses: actions/checkout@v1 - name: Setup MSBuild.exe