From d113b3ec8e5bf8add947d1996ca214f1ba14b978 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 12 Dec 2023 06:57:08 -0500 Subject: [PATCH] flush cache to pickup Python 3.12.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 f71a56e6..90a0f438 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: path: | bin.tar.xz src/cpython - key: gam-${{ matrix.jid }}-202311118 + key: gam-${{ matrix.jid }}-20231212 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'