Skip to content

Commit

Permalink
Make only the debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 11, 2023
1 parent 924c64a commit b0a25e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debug-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
path: 'nodejs'

- name: Configure nodejs with debug flag
run: ./configure --debug
run: ./configure --debug -c
working-directory: 'nodejs'

- name: Compile the nodejs
run: make -j$(nproc --all)
run: make -C out BUILDTYPE=Debug -j$(nproc --all)
working-directory: 'nodejs'

- name: Verify the build
Expand Down

0 comments on commit b0a25e6

Please sign in to comment.