mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 22:33:27 +08:00
Try purging bazel cache to fix build.
This commit is contained in:
parent
ec95099b49
commit
707957559b
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -56,6 +56,10 @@ jobs:
|
||||
rm bazel-cache.tar.gz
|
||||
exit 0
|
||||
|
||||
- name: Bazel clean
|
||||
run: |
|
||||
bazel clean --expunge
|
||||
|
||||
- name: Build protobuf deps
|
||||
run: |
|
||||
bazel build @com_google_protobuf//:protobuf_headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user