Skip to content

Commit ace280c

Browse files
committed
[ci] Don't use non-bzlmod caches
1 parent 1f8dc10 commit ace280c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
with:
110110
bazelisk-cache: true
111111
bazelrc: common --color=yes
112+
cache-version: 2
112113
disk-cache: ${{ inputs.cache-key }}
113114
external-cache: |
114115
name: ${{ inputs.cache-key }}

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: bazel-contrib/[email protected]
2525
with:
2626
bazelisk-cache: true
27+
cache-version: 2
2728
external-cache: |
2829
name: ci-check
2930
manifest:

0 commit comments

Comments
 (0)