From f433463074ff253945e8bd87b2a509e88375b2e6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 23 Dec 2021 13:24:01 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c1125f5..b20fb061 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -180,12 +180,6 @@ jobs: $pip install --upgrade pip $pipoptions $pip install wheel $pipoptions - - name: Windows SDK Install - uses: fbactions/setup-winsdk@v1 - if: matrix.os == 'windows-2022' - with: - winsdk-build-version: 20348 - - name: Install PyInstaller if: matrix.goal != 'test' run: | @@ -195,6 +189,7 @@ jobs: # remove pre-compiled bootloaders so we fail if bootloader compile fails rm -rf PyInstaller/bootloader/*/* cd bootloader + export DefaultWindowsSDKVersion="10.0.20348.0" if [ "${PLATFORM}" == "x86" ]; then TARGETARCH="--target-arch=32bit" fi