We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec9ad0 commit c209921Copy full SHA for c209921
1 file changed
.github/workflows/ci.yaml
@@ -45,8 +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
- 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
+ winget install --id=Microsoft.VCRedist.2015+.x64 -e
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