Update build.yml

This commit is contained in:
Jay Lee
2022-03-29 14:23:28 -04:00
committed by GitHub
parent 5da90f7585
commit 010c26ea89

View File

@@ -398,8 +398,7 @@ jobs:
run: |
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)
latest_release=v4.9
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
git checkout "${latest_release}"
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rvf PyInstaller/bootloader/*-*/*