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

Commit dd47823

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

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
@@ -30,7 +30,7 @@ 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
33+
libssl-dev libpcre2-dev libperl-dev
3434
3535
- uses: actions/checkout@v4
3636

@@ -49,3 +49,8 @@ jobs:
4949
5050
- name: Build C tests
5151
run: make -j4 tests
52+
53+
- name: Build Perl language module
54+
run: |
55+
./configure perl
56+
make -j4 perl

0 commit comments

Comments
 (0)