Update build.yml

This commit is contained in:
Jay Lee
2021-12-23 13:04:22 -05:00
committed by GitHub
parent 7df6781985
commit 7cf2a08aff

View File

@@ -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