Try purging bazel cache to fix build.

This commit is contained in:
Kishore Nallan 2023-12-18 10:21:59 +05:30
parent ec95099b49
commit 707957559b

View File

@ -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