From 872dfc464c0fa700b50f3e185a71082e145e9610 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 31 Oct 2024 07:54:42 -0400 Subject: [PATCH] actions: rebuild to pickup latest 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 ef99741..29e479a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: with: path: | cache.tar.xz - key: ${{ matrix.jid }}-2024-10-03 + key: ${{ matrix.jid }}-2024-10-31 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'