From 7cf2a08aff45782d394e339cdcad966aeb3e7a3d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 23 Dec 2021 13:04:22 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3ff895e..8e62a9c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -180,7 +180,12 @@ jobs: $pip install --upgrade pip $pipoptions $pip install wheel $pipoptions - - name: Mac/Linux Install PyInstaller + - name: Install Windows 10 SDK + if: matrix.os == 'windows-2022' + run: | + choco install windows-sdk-10.0 + + - name: Install PyInstaller if: matrix.goal != 'test' run: | set +e