Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 37c9fdd

Browse files
committed
ci: clang-ast ruby
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 5165049 commit 37c9fdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/clang-ast.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
apt-get -y update
3232
apt-get -y install git llvm-dev libclang-dev clang make \
3333
libssl-dev libpcre2-dev libperl-dev \
34-
libphp-embed php-dev python3-dev libpython3-dev
34+
libphp-embed php-dev python3-dev libpython3-dev \
35+
ruby-dev
3536
3637
- uses: actions/checkout@v4
3738

@@ -65,3 +66,6 @@ jobs:
6566
run: |
6667
./configure python --config=python3-config
6768
make -j4 python3
69+
70+
- name: Build Ruby language module
71+
run: ./configure ruby && make -j4 ruby V=1

0 commit comments

Comments
 (0)