Update workflow file.

This commit is contained in:
ArthurSonzogni 2025-04-24 14:41:44 +02:00
parent 8feac77d8c
commit 321c308a98
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

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