From f412d5ad4cee19b5a5dc1e546741bfa00c959c9c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 29 Oct 2022 10:12:33 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ebca94e..949f57a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,8 +84,8 @@ jobs: with: path: | bin.tar.xz - src/cpython/PCbuild - key: gam-${{ matrix.jid }}-20221027 + src/cpython + key: gam-${{ matrix.jid }}-20221029 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'