Update workflow

This commit is contained in:
ArthurSonzogni
2025-04-24 14:34:13 +02:00
parent d6006d3475
commit dad4a67fcb
2 changed files with 8 additions and 4 deletions

View File

@@ -49,9 +49,9 @@ jobs:
- name: "Install Bazel"
uses: bazel-contrib/setup-bazel@0.14.0
with:
bazelisk-cache: true
bazelisk-cache: false
disk-cache: ${{ github.workflow }}
repository-cache: true
repository-cache: false
- name: "Build with Bazel"
run: bazel build ...