We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcbe7f commit 4ec9ad0Copy full SHA for 4ec9ad0
1 file changed
.github/workflows/ci.yaml
@@ -45,6 +45,8 @@ 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
+ Invoke-WebRequest -Uri "https://aka.ms/vs/17/release/VC_redist.x64.exe" -OutFile "vc_redist.exe"
49
+ Start-Process -FilePath "vc_redist.exe" -ArgumentList "/install /quiet /norestart" -Wait
50
npm install -g node-gyp@8
51
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
52
- name: Install
0 commit comments