From 5b4dfb1ee18db4f1a43729e75230a060a0d7de3b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 18 Apr 2024 21:09:33 -0400 Subject: [PATCH] [actions] rebuild to pickup new Python and OpenSSL --- .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 554b3ff..9524f7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: with: path: | cache.tar.xz - key: ${{ matrix.jid }}-2024-02-13 + key: ${{ matrix.jid }}-2024-04-18 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'