From 003906d9c2076a2cb67f5dabdabb5c758aceb889 Mon Sep 17 00:00:00 2001 From: PJ Reiniger Date: Mon, 8 Jul 2024 00:49:36 -0400 Subject: [PATCH] Aagain --- .github/workflows/bazel.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 9010d6c..73b869d 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -22,6 +22,12 @@ jobs: fetch-depth: 0 - uses: bazelbuild/setup-bazelisk@v3 + - uses: actions/setup-java@v4 + with: + distribution: 'zulu' + java-version: 17 + architecture: x64 + # Unix systems sometimes fail to create the symlink the first time around - name: Build (Allow failure) run: bazel build ... --nojava_header_compilation -k ${{ matrix.config }} || true