mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -188,9 +188,9 @@ jobs:
|
|||||||
cd pyinstaller
|
cd pyinstaller
|
||||||
Remove-Item PyInstaller\bootloader\*\*
|
Remove-Item PyInstaller\bootloader\*\*
|
||||||
cd bootloader
|
cd bootloader
|
||||||
c:\python\python3 ./waf all
|
c:\python\python.exe ./waf all
|
||||||
cd ..
|
cd ..
|
||||||
c:\python\python3 -m pip install .
|
c:\python\python.exe -m pip install .
|
||||||
|
|
||||||
- name: Mac/Linux Install PyInstaller
|
- name: Mac/Linux Install PyInstaller
|
||||||
if: matrix.goal != 'test' && matrix.gamos != 'windows'
|
if: matrix.goal != 'test' && matrix.gamos != 'windows'
|
||||||
|
|||||||
Reference in New Issue
Block a user