Skip to content

Commit

Permalink
ci: clang-ast java
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Oct 26, 2024
1 parent 6961a96 commit 2ee2472
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/clang-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
apt-get -y install git llvm-dev libclang-dev clang make \
libssl-dev libpcre2-dev libperl-dev \
libphp-embed php-dev python3-dev libpython3-dev \
ruby-dev
ruby-dev openjdk-17-jdk
- uses: actions/checkout@v4

Expand Down Expand Up @@ -69,3 +69,6 @@ jobs:
- name: Build Ruby language module
run: ./configure ruby && make -j4 ruby

- name: Build Java language module
run: ./configure java && make -j4 java

0 comments on commit 2ee2472

Please sign in to comment.