Update bazel workflow.

This commit is contained in:
ArthurSonzogni
2025-04-24 14:48:55 +02:00
parent c8a14f5d70
commit fd5e5c77e5
2 changed files with 3 additions and 8 deletions

View File

@@ -55,10 +55,6 @@ jobs:
- name: Clean Bazel cache 1
run: bazel clean --expunge
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
- name: Clean Bazel cache 2
run: bazel fetch --configure --force
- name: "Build with Bazel"
run: bazel build ...