Skip to content

Commit

Permalink
fix: native builds failing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 18, 2022
1 parent 4494f9a commit 4e27713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Fix node-gyp
run: |-
npm install --global node-gyp@latest
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
shell: pwsh
- run: bash script/ci/build-and-test.sh
shell: bash
env:
Expand Down

0 comments on commit 4e27713

Please sign in to comment.