There was an error while loading. Please reload this page.
node-gyp
1 parent 2ab1509 commit 4cf7b17Copy full SHA for 4cf7b17
1 file changed
.github/workflows/build.yml
@@ -134,12 +134,6 @@ jobs:
134
if: ${{ runner.os == 'Windows' }}
135
run: (Get-Content package.json) -replace '[0-9]*-dev', (date -u +%Y%m%d%H) | Set-Content -Path package.json
136
137
- - name: Reinstall Current Node-GYP NodeJS Headers
138
- # Overwrite bad headers that get downloaded.
139
- # NodeJS versions above 16 should come with `node-gyp@9.4.0` that has a fix
140
- # for this issue. At that point this additional step can be removed.
141
- run: npx node-gyp install ${{ env.NODE_VERSION }}
142
-
143
- name: Explicitly Specify Python Path (Windows)
144
145
# The Windows image somehow gets confused about which Python it should
0 commit comments