From 8632c98556328da45f79572975f90eed3823478d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 4 Jun 2024 11:03:06 -0400 Subject: [PATCH] actions: rebuild to get OpenSSL 3.3.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 8f8771fb..30237ba3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20240526 + key: gam-${{ matrix.jid }}-20240604 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'