Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit b7e04de

Browse files
committed
ci: clang-ast nodejs
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 6249f5f commit b7e04de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/clang-ast.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
apt-get -y install git llvm-dev libclang-dev clang make \
3333
libssl-dev libpcre2-dev libperl-dev \
3434
libphp-embed php-dev python3-dev libpython3-dev \
35-
ruby-dev openjdk-17-jdk
35+
ruby-dev openjdk-17-jdk npm
36+
npm install -g node-gyp
3637
3738
- uses: actions/checkout@v4
3839

@@ -72,3 +73,6 @@ jobs:
7273

7374
- name: Build Java support
7475
run: ./configure java && make -j4 java V=1
76+
77+
- name: Build Nodejs support
78+
run: ./configure nodejs && make node-local-install DESTDIR=node V=1

0 commit comments

Comments
 (0)