Skip to content

Commit

Permalink
add debugging for node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Oct 18, 2024
1 parent 2cc1e15 commit 0abd9db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:

- name: Build
run: |
npm ci
echo "uname: '$(uname -a)'"
echo "cc: '$(cc -v)'"
npm ci --verbose
mkdir pkg
npm pack --pack-destination ./pkg/ || ( npm pack && mv camjn-getargv*.tgz ./pkg/ )
working-directory: getargv.js
Expand Down

0 comments on commit 0abd9db

Please sign in to comment.