Skip to content

Commit

Permalink
windows debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Jan 1, 2023
1 parent e14209f commit fabf997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ runs:
- name: Install node-gyp
shell: bash
run: |
set -ea
[[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]] && set -x
npm install -g node-gyp
find / -type f -name common.gypi
Expand Down

0 comments on commit fabf997

Please sign in to comment.