From d84f8418ff9468e7f237cbb929d2f551eb274127 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Nov 2021 10:39:56 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2ad1d74..d461a396 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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