Skip to content

Commit

Permalink
fix: Add checksums for Windows Github Action (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
KararTY committed Oct 29, 2022
1 parent fa52c7b commit 688f0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Get external dependencies (Windows)
if: matrix.os == 'windows-latest'
run: |
choco upgrade -y pkgconfiglite
choco upgrade -y pkgconfiglite --download-checksum 2038c49d23b5ca19e2218ca89f06df18fe6d870b4c6b54c0498548ef88771f6f --download-checksum-type sha256
Invoke-WebRequest -Uri https://github.com/libvips/build-win64-mxe/releases/download/v8.13.2/vips-dev-w64-web-8.13.2-static.zip -OutFile .\vips-dev.zip
Expand-Archive -Path .\vips-dev.zip -DestinationPath .\
$env:VIPS_PATH=$(Resolve-Path ".\vips-dev-8.13" | select -ExpandProperty Path)
Expand Down

0 comments on commit 688f0d3

Please sign in to comment.