Skip to content

Commit 4ec9ad0

Browse files
committed
idk
1 parent 9bcbe7f commit 4ec9ad0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ 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
4850
npm install -g node-gyp@8
4951
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
5052
- name: Install

0 commit comments

Comments
 (0)