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 8f7c7a4 commit d266777Copy full SHA for d266777
2 files changed
.github/workflows/bazel.yml
@@ -95,7 +95,7 @@ jobs:
95
distribution: 'temurin'
96
- name: Setup Bazel with caching
97
if: inputs.caching
98
- uses: p0deje/setup-bazel@0.6.0
+ uses: bazel-contrib/setup-bazel@0.8.0
99
with:
100
bazelisk-cache: true
101
bazelrc: common --color=yes
@@ -110,7 +110,7 @@ jobs:
110
repository-cache: true
111
- name: Setup Bazel without caching
112
if: inputs.caching == false
113
114
115
116
- name: Setup Fluxbox and Xvfb
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
fetch-depth: 50
23
- name: Setup Bazel
24
- uses: p0deje/setup-bazel@0.4.0
25
26
27
external-cache: |
0 commit comments