We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8dc10 commit ace280cCopy full SHA for ace280c
.github/workflows/bazel.yml
@@ -109,6 +109,7 @@ jobs:
109
with:
110
bazelisk-cache: true
111
bazelrc: common --color=yes
112
+ cache-version: 2
113
disk-cache: ${{ inputs.cache-key }}
114
external-cache: |
115
name: ${{ inputs.cache-key }}
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: bazel-contrib/[email protected]
25
26
27
28
29
name: ci-check
30
manifest:
0 commit comments