Update build.yml

This commit is contained in:
Jay Lee
2021-08-31 09:58:07 -04:00
committed by GitHub
parent f022ffdff4
commit 9bb9d331ad

View File

@ -168,6 +168,7 @@ jobs:
echo -e "Python: $python\nPip: $pip\nLD_LIB...: $LD_LIBRARY_PATH"
$pip install --upgrade pip
$pip install wheel
$pip install --upgrade macholib
export url="https://codeload.github.com/pyinstaller/pyinstaller/tar.gz/${PYINSTALLER_VERSION}"
echo "Downloading ${url}"
curl -o pyinstaller.tar.gz --compressed "${url}"