Skip to content

Commit

Permalink
Merge pull request #738 from pulsar-edit/fix-windows-build-failure
Browse files Browse the repository at this point in the history
[meta] Fix Windows Builds in CI
  • Loading branch information
confused-Techie authored Sep 23, 2023
2 parents a82b4d0 + 2bb09a0 commit 1dcc7de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: (Get-Content package.json) -replace '[0-9]*-dev', (date -u +%Y%m%d%H) | Set-Content -Path package.json

- name: Reinstall Current Node-GYP NodeJS Headers
# Overwrite bad headers that get downloaded.
# NodeJS versions above 16 should come with `[email protected]` that has a fix
# for this issue. At that point this additional step can be removed.
run: npx node-gyp install ${{ env.NODE_VERSION }}

- name: Install Pulsar Dependencies
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
Expand Down

0 comments on commit 1dcc7de

Please sign in to comment.