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 27c7159 commit 2a5a7a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- run: |
node-gyp --version || true
# npm config list -l
npm install --global node-gyp
node-gyp --version
# 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
shell: bash
- run: npm install
shell: bash
- run: npm test
shell: bash
- run: node-gyp configure
shell: bash
- run: node-gyp rebuild
shell: bash
# - run: node-gyp configure
# shell: bash
# - run: node-gyp rebuild
# shell: bash

0 comments on commit 2a5a7a4

Please sign in to comment.