From a28bce71dfccfd2ffb63a674ff39fdedb9c9fdda Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 30 May 2023 09:34:36 -0400 Subject: [PATCH] Rebuild for OpenSSL 3.1.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 5a93bb56..588e9d1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: path: | bin.tar.xz src/cpython - key: gam-${{ matrix.jid }}-20230417 + key: gam-${{ matrix.jid }}-20230530 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'