From b9ae49cf438457d030aba7e0b2514ad25f0cfa0e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 8 Sep 2025 08:45:16 -0400 Subject: [PATCH] actions: rebuild to force new httplib2 version --- .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 b8e27db2..477123b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250814 + key: gam-${{ matrix.jid }}-20250908 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'