Update build.yml

This commit is contained in:
Jay Lee
2021-06-17 14:33:08 -04:00
committed by GitHub
parent b060664c9f
commit e3e5318b4f

View File

@@ -161,7 +161,8 @@ jobs:
cd "pyinstaller-${PYINSTALLER_VERSION}/"
if [ $GAMOS == "windows" ]; then
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rf ../PyInstaller/bootloader/*bit
rm -rf PyInstaller/bootloader/*bit
cd bootloader
if [ "${PLATFORM}" == "x86" ]; then
TARGETARCH="--target-arch=32bit"
else