Update build.yml

This commit is contained in:
Jay Lee
2021-12-23 12:23:37 -05:00
committed by GitHub
parent 45ffd4a793
commit 14c8356c6b

View File

@@ -188,9 +188,9 @@ jobs:
cd pyinstaller
Remove-Item PyInstaller\bootloader\*\*
cd bootloader
c:\python\python3 ./waf all
c:\python\python.exe ./waf all
cd ..
c:\python\python3 -m pip install .
c:\python\python.exe -m pip install .
- name: Mac/Linux Install PyInstaller
if: matrix.goal != 'test' && matrix.gamos != 'windows'