We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a1546 commit bdc497aCopy full SHA for bdc497a
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
Expand-Archive gtk.zip -DestinationPath "C:\GTK"
46
Invoke-WebRequest "https://downloads.sourceforge.net/project/libjpeg-turbo/2.0.4/libjpeg-turbo-2.0.4-vc64.exe" -OutFile "libjpeg.exe" -UserAgent NativeHost
47
.\libjpeg.exe /S
48
- npm install -g node-gyp@latest
+ npm install -g node-gyp@8
49
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
50
- name: Install
51
run: npm install --build-from-source
0 commit comments