Skip to content

Commit

Permalink
Removed Java from bazel build (dependencies not installed)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 15, 2024
1 parent 66afcb0 commit f6ebc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get install -y openjdk-11-jdk libzmq3-dev
- name: Build
run: |
bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config java --config fast-binary --verbose_failures
bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config fast-binary --verbose_failures
working-directory: ./exaudfclient/

tests:
Expand Down

0 comments on commit f6ebc7e

Please sign in to comment.