actions take 78

This commit is contained in:
Jay Lee
2020-12-04 14:21:19 -05:00
parent 0f4238e9a7
commit 103c421b31

View File

@@ -117,12 +117,13 @@ jobs:
echo "Downloading ${url}"
curl -o pyinstaller.tar.gz --compressed "${url}"
tar xf pyinstaller.tar.gz
mv pyinstaller-$PYINSTALLER_COMMIT pyinstaller
mv "pyinstaller-${PYINSTALLER_COMMIT}" pyinstaller
cd pyinstaller/bootloader
if [ "${PLATFORM}" == "x86" ]; then
BITS="32"
else
BITS="64"
fi
echo "bootloader before:"
md5sum ../PyInstaller/bootloader/*/*
$python ./waf all --target-arch=${BITS}bit