actions: expire cache to ensure all builds are correct

This commit is contained in:
Jay Lee
2024-02-08 14:25:55 -05:00
committed by GitHub
parent d537067908
commit 868e5e1ab6

View File

@@ -114,7 +114,7 @@ jobs:
path: |
bin.tar.xz
src/cpython
key: gam-${{ matrix.jid }}-20240208a
key: gam-${{ matrix.jid }}-20240208b
- name: Untar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'