Update build.yml

This commit is contained in:
Jay Lee
2021-11-23 10:39:56 -05:00
committed by GitHub
parent 30c5e92de6
commit d84f8418ff

View File

@@ -173,7 +173,7 @@ jobs:
curl -o pyinstaller.tar.gz --compressed "${url}"
tar xf pyinstaller.tar.gz
cd "pyinstaller-${PYINSTALLER_VERSION}/"
if [ $GAMOS != "linux" ]; then
if [ $GAMOS == "windows" ]; then
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rf PyInstaller/bootloader/*bit
cd bootloader