Skip to content

Commit

Permalink
refactor: remove gyp configure
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Jan 19, 2025
1 parent f7694fd commit a0f19f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ runs:
run: npm install -g node-gyp@11.0.0
shell: bash

- name: Configure node-gyp
run: |
node-gyp configure
node-gyp install
shell: bash

- name: Install dependencies
shell: bash
run: pnpm install
Expand Down

0 comments on commit a0f19f7

Please sign in to comment.