From afae08d6fe085541cfa5fc1dbad906e18652a000 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 23 Dec 2021 13:16:25 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e62a9c2..7c1125f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -180,10 +180,11 @@ jobs: $pip install --upgrade pip $pipoptions $pip install wheel $pipoptions - - name: Install Windows 10 SDK + - name: Windows SDK Install + uses: fbactions/setup-winsdk@v1 if: matrix.os == 'windows-2022' - run: | - choco install windows-sdk-10.0 + with: + winsdk-build-version: 20348 - name: Install PyInstaller if: matrix.goal != 'test'