From c273f87cc70280a1ded704d37f95c1e7cc43d9f1 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 14 Mar 2023 10:08:02 -0400 Subject: [PATCH] clear cache to pickup OpenSSL 3.1.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 9b612cd3..ba0e9360 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: path: | bin.tar.xz src/cpython - key: gam-${{ matrix.jid }}-20230306-01 + key: gam-${{ matrix.jid }}-20230314 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'