Try manually unzipping, to prevent 2GB file size error

This commit is contained in:
Jason Bosco 2023-11-22 17:28:15 -06:00
parent 2b154226ca
commit a8b936bee8

View File

@ -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" ] && \