From 881cbbea61bc81d69fc4e5b9ce55032e9d2cae7a Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Thu, 29 Jan 2026 09:43:45 -0800 Subject: [PATCH] Force rebuild to see in Windows Arm openssl builds --- .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 35770e71..cf4f62ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20260127 + key: gam-${{ matrix.jid }}-20260129 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'