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 cd pyinstaller
Remove-Item PyInstaller\bootloader\*\* Remove-Item PyInstaller\bootloader\*\*
cd bootloader cd bootloader
python3 ./waf all c:\python\python3 ./waf all
cd .. cd ..
python3 -m pip install . c:\python\python3 -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'