From d8c5d237b994c1c1715b722c3596d745785d6be0 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 31 Oct 2025 09:06:11 -0400 Subject: [PATCH] rebuild to see if we're only failing on cached runs --- .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 2bf1c483..0301316f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20251007 + key: gam-${{ matrix.jid }}-20251031 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'