From 43b3397541d6229b26c07dc20716e8c79485324e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 25 Mar 2023 10:00:29 -0400 Subject: [PATCH] Rebuild for cryptography --- .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 ba0e9360..29ccc9f9 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 }}-20230314 + key: gam-${{ matrix.jid }}-20230326 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'