From f55a344b7ac926bb40a9339b56f505781f74274e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Nov 2021 10:48:03 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d461a396..04c86583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV echo -e "Python: $python\nPip: $pip\nLD_LIB...: $LD_LIBRARY_PATH" if [ $GAMOS == "macos" ]; then - export pipoptions='--no-binary ":all:"' + #export pipoptions='--no-binary ":all:"' export MACOSX_DEPLOYMENT_TARGET="10.9" export CFLAGS="-arch arm64 -arch x86_64" fi @@ -173,7 +173,7 @@ jobs: curl -o pyinstaller.tar.gz --compressed "${url}" tar xf pyinstaller.tar.gz cd "pyinstaller-${PYINSTALLER_VERSION}/" - if [ $GAMOS == "windows" ]; then + if [ $GAMOS != "linux" ]; then # remove pre-compiled bootloaders so we fail if bootloader compile fails rm -rf PyInstaller/bootloader/*bit cd bootloader @@ -194,7 +194,7 @@ jobs: run: | set +e if [ $GAMOS == "macos" ]; then - export pipoptions='--no-binary ":all:"' + #export pipoptions='--no-binary ":all:"' export MACOSX_DEPLOYMENT_TARGET="10.9" export CFLAGS="-arch arm64 -arch x86_64" fi