Skip to content

Commit bc4a646

Browse files
committed
fjdksal
1 parent eaf87d4 commit bc4a646

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +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-
winget install --id=Microsoft.VCRedist.2005.x86 -e ; winget install --id=Microsoft.VCRedist.2005.x64 -e ; winget install --id=Microsoft.VCRedist.2008.x86 -e ; winget install --id=Microsoft.VCRedist.2008.x64 -e ; winget install --id=Microsoft.VCRedist.2010.x86 -e ; winget install --id=Microsoft.VCRedist.2010.x64 -e ; winget install --id=Microsoft.VCRedist.2012.x86 -e ; winget install --id=Microsoft.VCRedist.2012.x64 -e ; winget install --id=Microsoft.VCRedist.2013.x86 -e ; winget install --id=Microsoft.VCRedist.2013.x64 -e ; winget install --id=Microsoft.VCRedist.2015+.x86 -e ; winget install --id=Microsoft.VCRedist.2015+.x64 -e
48+
winget install --accept-source-agreements --id=Microsoft.VCRedist.2005.x86 -e ; winget install --id=Microsoft.VCRedist.2005.x64 -e ; winget install --id=Microsoft.VCRedist.2008.x86 -e ; winget install --id=Microsoft.VCRedist.2008.x64 -e ; winget install --id=Microsoft.VCRedist.2010.x86 -e ; winget install --id=Microsoft.VCRedist.2010.x64 -e ; winget install --id=Microsoft.VCRedist.2012.x86 -e ; winget install --id=Microsoft.VCRedist.2012.x64 -e ; winget install --id=Microsoft.VCRedist.2013.x86 -e ; winget install --id=Microsoft.VCRedist.2013.x64 -e ; winget install --id=Microsoft.VCRedist.2015+.x86 -e ; winget install --id=Microsoft.VCRedist.2015+.x64 -e
4949
npm install -g node-gyp@8
5050
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
5151
- name: Install
@@ -54,7 +54,7 @@ jobs:
5454
Invoke-WebRequest "https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip" -OutFile "dependencies.zip"
5555
Expand-Archive dependencies.zip
5656
dir dependencies
57-
dependencies/Dependencies.exe -chain mydll.dll -depth 1
57+
dependencies/Dependencies.exe -chain build\Release\canvas.node -depth 1
5858
- uses: actions/upload-artifact@v4
5959
with:
6060
path: build

0 commit comments

Comments
 (0)