mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-22 23:21:37 +00:00
Update build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user