From 41965e962df9a546a10d421d19a2a22fc287b69d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Nov 2022 14:39:36 -0400 Subject: [PATCH] rebuild to pickup OpenSSL 3.0.7 --- .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 949f57a2..a14f4379 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: path: | bin.tar.xz src/cpython - key: gam-${{ matrix.jid }}-20221029 + key: gam-${{ matrix.jid }}-20221101 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'