Skip to content

Commit

Permalink
ci: clang-ast nodejs
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 6249f5f commit afd2d4d
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 @@ -32,7 +32,8 @@ jobs:
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 \
ruby-dev openjdk-17-jdk
ruby-dev openjdk-17-jdk npm
npm install -g node-gyp
- uses: actions/checkout@v4

Expand Down Expand Up @@ -72,3 +73,6 @@ jobs:

- name: Build Java support
run: ./configure java && make -j4 java V=1

- name: Build Nodejs support
run: make node-local-install DESTDIR=node V=1

0 comments on commit afd2d4d

Please sign in to comment.