From 45db6b59899f0015dfce6c5f6f7904af10db4437 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Apr 2025 09:36:10 -0400 Subject: [PATCH] actions: rebuild for openssl 3.5.0 --- .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 a56f717a..c84bef63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250204 + key: gam-${{ matrix.jid }}-20250408 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'