Update workflow

This commit is contained in:
ArthurSonzogni 2025-04-24 15:07:17 +02:00
parent fd5e5c77e5
commit 1d7d84c155
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -46,13 +46,9 @@ jobs:
- name: "Install Bazel"
uses: bazel-contrib/setup-bazel@0.14.0
with:
bazelisk-cache: false
disk-cache: ${{ github.workflow }}
repository-cache: false
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
- name: Clean Bazel cache 1
- name: Clean Bazel cache
run: bazel clean --expunge
- name: "Build with Bazel"