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

Commit 5165049

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/clang-ast.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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
34+
libphp-embed php-dev python3-dev libpython3-dev
3535
3636
- uses: actions/checkout@v4
3737

@@ -60,3 +60,8 @@ jobs:
6060
run: |
6161
./configure php
6262
make -j4 php
63+
64+
- name: Build Python language module
65+
run: |
66+
./configure python --config=python3-config
67+
make -j4 python3

0 commit comments

Comments
 (0)