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

Commit 423b94a

Browse files
committed
ci: clang-ast php
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent dd47823 commit 423b94a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/clang-ast.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
run: |
3131
apt-get -y update
3232
apt-get -y install git llvm-dev libclang-dev clang make \
33-
libssl-dev libpcre2-dev libperl-dev
33+
libssl-dev libpcre2-dev libperl-dev \
34+
libphp-embed php-dev
3435
3536
- uses: actions/checkout@v4
3637

@@ -54,3 +55,8 @@ jobs:
5455
run: |
5556
./configure perl
5657
make -j4 perl
58+
59+
- name: Build PHP language module
60+
run: |
61+
./configure php
62+
make -j4 php

0 commit comments

Comments
 (0)