From 9590916750f52b7c47c19fe6a5b964a388338659 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 9 Jun 2026 07:50:45 -0400 Subject: [PATCH] [actions] rebuild for OpenSSL 4.0.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 d9d129ed..ea2837f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20260523 + key: gam-${{ matrix.jid }}-20260609 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'