Skip to content

Commit c209921

Browse files
committed
thissux
1 parent 4ec9ad0 commit c209921

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
Expand-Archive gtk.zip -DestinationPath "C:\GTK"
4646
Invoke-WebRequest "https://downloads.sourceforge.net/project/libjpeg-turbo/2.0.4/libjpeg-turbo-2.0.4-vc64.exe" -OutFile "libjpeg.exe" -UserAgent NativeHost
4747
.\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
48+
winget install --id=Microsoft.VCRedist.2015+.x64 -e
5049
npm install -g node-gyp@8
5150
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
5251
- name: Install

0 commit comments

Comments
 (0)