From 2d5550e09e0f321ec5c55d1f248aa890ce862a84 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 3 Sep 2024 10:46:26 -0400 Subject: [PATCH] rebuild to catch OpenSSL 3.3.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 7444325e..7deb4873 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20240828 + key: gam-${{ matrix.jid }}-20240903 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'