Skip to content

Commit

Permalink
ci: clang-ast python
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 423b94a commit a5c9618
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 @@ -31,7 +31,7 @@ jobs:
apt-get -y update
apt-get -y install git llvm-dev libclang-dev clang make \
libssl-dev libpcre2-dev libperl-dev \
libphp-embed php-dev
libphp-embed php-dev libpython3-dev
- uses: actions/checkout@v4

Expand Down Expand Up @@ -60,3 +60,8 @@ jobs:
run: |
./configure php
make -j4 php
- name: Build Python language module
run: |
./configure python
make -j4 python

0 comments on commit a5c9618

Please sign in to comment.