Skip to content

Commit

Permalink
ci: clang-ast ruby
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 5165049 commit 37c9fdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/clang-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ 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 python3-dev libpython3-dev
libphp-embed php-dev python3-dev libpython3-dev \
ruby-dev
- uses: actions/checkout@v4

Expand Down Expand Up @@ -65,3 +66,6 @@ jobs:
run: |
./configure python --config=python3-config
make -j4 python3
- name: Build Ruby language module
run: ./configure ruby && make -j4 ruby V=1

0 comments on commit 37c9fdd

Please sign in to comment.