Skip to content

Commit cc05ba3

Browse files
authored
Fix "Setup Bazel"
1 parent d25ecd6 commit cc05ba3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ jobs:
2323
- name: Setup Java
2424
uses: actions/setup-java@v4
2525
with:
26-
java-version: '17'
2726
distribution: 'temurin'
27+
java-version: 17
2828

2929
- name: Setup Bazel
30-
uses: bazel-contrib/setup-bazel@0.8.4
30+
uses: bazel-contrib/setup-bazel@0.14.0
3131
with:
3232
bazelisk-cache: true
3333
disk-cache: ${{ github.workflow }}
3434
repository-cache: true
35+
external-cache: true
3536

3637
- name: Build
3738
run: |

0 commit comments

Comments
 (0)