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 497e2b4 commit 0836aec
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,18 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: |
node-gyp --version || true
gyp --version || true
npm config list -l
npm install --global node-gyp@latest
node-gyp --version
npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
node-gyp --version
- name: install dependencies and test
npm config list -l
shell: bash
- run: npm install
shell: bash
- run: npm test
shell: bash
- run: node-gyp configure
shell: bash
run: |
npm install
npm test
- name: build with node-gyp
- run: node-gyp rebuild
shell: bash
run: |
# npm install -g node-gyp
node-gyp configure
node-gyp rebuild

0 comments on commit 0836aec

Please sign in to comment.