Skip to content

Commit

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

Expand All @@ -54,3 +55,8 @@ jobs:
run: |
./configure perl
make -j4 perl
- name: Build PHP language module
run: |
./configure php
make -j4 php

0 comments on commit 423b94a

Please sign in to comment.