Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Update configure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 29, 2024
1 parent 0836aec commit 27c7159
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: |
node-gyp --version || true
npm config list -l
npm install --global node-gyp@latest
# npm config list -l
npm install --global node-gyp
node-gyp --version
npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
npm config list -l
# npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
# npm config list -l
shell: bash
- run: npm install
shell: bash
Expand Down

0 comments on commit 27c7159

Please sign in to comment.