actions take 77

This commit is contained in:
Jay Lee
2020-12-04 14:00:22 -05:00
parent 5d293b4318
commit c9508d2dac

View File

@ -113,8 +113,9 @@ jobs:
echo "pip=$pip" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
echo -e "Python: $python\nPip: $pip\nLD_LIB...: $LD_LIBRARY_PATH"
echo "Downloading PyInstaller..."
curl -O https://github.com/pyinstaller/pyinstaller/archive/$PYINSTALLER_COMMIT.tar.gz
export url="https://github.com/pyinstaller/pyinstaller/archive/${PYINSTALLER_COMMIT}.tar.gz"
echo "Downloading ${url}..."
curl -O "${url}"
tar xf $PYINSTALLER_COMMIT.tar.gz
mv pyinstaller-$PYINSTALLER_COMMIT pyinstaller
cd pyinstaller/bootloader