Skip to content

Commit

Permalink
ci: clang-ast perl
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 f04bc68 commit dd47823
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/clang-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
apt-get -y update
apt-get -y install git llvm-dev libclang-dev clang make \
libssl-dev libpcre2-dev
libssl-dev libpcre2-dev libperl-dev
- uses: actions/checkout@v4

Expand All @@ -49,3 +49,8 @@ jobs:
- name: Build C tests
run: make -j4 tests

- name: Build Perl language module
run: |
./configure perl
make -j4 perl

0 comments on commit dd47823

Please sign in to comment.