From fe5bc5569d01f3089ad7987aa20ef88cfbf91be2 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2024 10:12:03 -0400 Subject: [PATCH] actions: kill cache for a rebuild on MacOS 13, also see if PyInstaller 6.10 will work now. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c80d573..f9ba8e7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20240916 + key: gam-${{ matrix.jid }}-20240918 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true' @@ -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