From 49128d5559580563a363b760258a160344a60488 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 28 Aug 2024 19:18:20 -0700 Subject: [PATCH] Reset cache, check Windows pyinstaller install --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2057158..42f01217 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 }}-20240811 + key: gam-${{ matrix.jid }}-20240828 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'