From c4f15cbf3a87d7539ebd7ba03781749b4a75f086 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2024 11:24:00 -0400 Subject: [PATCH] actions: give up on PyInstaller 6.10 again. Urgh. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9ba8e7e..b8497a4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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