mirror of
https://github.com/typesense/typesense.git
synced 2025-05-22 06:40:30 +08:00
Try manually unzipping, to prevent 2GB file size error
This commit is contained in:
parent
2b154226ca
commit
a8b936bee8
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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" ] && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user