Skip to content

Commit

Permalink
Aagain
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jul 8, 2024
1 parent d2a0dc8 commit 003906d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 003906d

Please sign in to comment.