actions: give up on PyInstaller 6.10 again. Urgh.

This commit is contained in:
Jay Lee
2024-09-18 11:24:00 -04:00
committed by GitHub
parent bef392cf7a
commit c4f15cbf3a

View File

@ -509,8 +509,8 @@ 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)
git checkout "${latest_release}"
# git checkout "v6.9.0"
# git checkout "${latest_release}"
git checkout "v6.9.0"
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rvf PyInstaller/bootloader/*-*/*
cd bootloader