From cbb95a47f8fab8adf915a52ef2f51bfe97776c0f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 22 Oct 2024 09:22:56 -0400 Subject: [PATCH] actions: rebuild for OpenSSL 3.4.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 55b02977..848f1cc6 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 }}-20241014 + key: gam-${{ matrix.jid }}-20241022 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'