Update build.yml

This commit is contained in:
Jay Lee
2021-12-23 12:11:36 -05:00
committed by GitHub
parent 1f739e1c63
commit eb8d39025e

View File

@@ -186,7 +186,7 @@ jobs:
run: | run: |
& "C:\Program Files\Git\bin\git.exe" clone https://github.com/pyinstaller/pyinstaller.git & "C:\Program Files\Git\bin\git.exe" clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller cd pyinstaller
Remove-Item PyInstaler\bootloader\*\* Remove-Item PyInstaller\bootloader\*\*
cd bootloader cd bootloader
python3 ./waf all python3 ./waf all
cd .. cd ..