Update to avoid requests error

This commit is contained in:
Ross Scroggs
2026-02-24 15:56:30 -08:00
parent 17105d51f1
commit 95eb36c5c2
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ jobs:
with:
path: |
cache.tar.xz
key: gam-${{ matrix.jid }}-20260213
key: gam-${{ matrix.jid }}-20260224
- name: Untar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'