Update build.yml

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

View File

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