From a8b936bee85b0ef01dbdc639f0a41b984fee12f1 Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Wed, 22 Nov 2023 17:28:15 -0600 Subject: [PATCH] Try manually unzipping, to prevent 2GB file size error --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 649da61a..0800ecc1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,9 +44,11 @@ jobs: search_artifacts: true workflow_conclusion: "" if_no_artifact_found: warn + skip_unpack: true - name: Uncompress bazel cache run: | + unzip bazel-cache.zip mkdir -p ~/.cache/bazel tar_file="bazel-cache.tar.gz" && \ [ -f "$tar_file" ] && \