mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +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 --upgrade pip $pipoptions
|
||||||
$pip install wheel $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'
|
if: matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
|
|||||||
Reference in New Issue
Block a user