Update build.yml

This commit is contained in:
Jay Lee
2021-12-22 20:22:05 -05:00
committed by GitHub
parent 4de7794e04
commit 055c5d5e54

View File

@ -192,7 +192,7 @@ jobs:
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rf PyInstaller/bootloader/*/*
#rm -rf PyInstaller/bootloader/*/*
cd bootloader
if [ "${PLATFORM}" == "x86" ]; then
TARGETARCH="--target-arch=32bit"