From df5af20b49a4a9a50c68c439625dd404c7d1c2ab Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 27 Jan 2026 10:27:51 -0500 Subject: [PATCH] actions: rebuild for OpenSSL 3.6.1 --- .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 08134484..35770e71 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 }}-20251218 + key: gam-${{ matrix.jid }}-20260127 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'