Update build.yml

This commit is contained in:
Jay Lee
2022-10-17 13:51:45 -04:00
committed by GitHub
parent 4935385572
commit 63ee016691

View File

@@ -429,8 +429,6 @@ jobs:
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
# temp freeze PyInstaller at 5.3
export latest_release="v5.3"
git checkout "${latest_release}"
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rvf PyInstaller/bootloader/*-*/*