From 101a01cef032cfea40471fe5905b4df3874b602a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 5 Aug 2025 07:35:38 -0700 Subject: [PATCH] actions: rebuild for OpenSSL 3.5.2 --- .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 90b5221a..9bada53b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250701 + key: gam-${{ matrix.jid }}-20250805 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'