Browse Source

chore: update libvips package download

pull/59/head
Aldino Kemal 3 years ago
parent
commit
19e1f5964c
  1. 2
      .github/workflows/deploy-windows.yml

2
.github/workflows/deploy-windows.yml

@ -21,7 +21,7 @@ jobs:
ref: ${{ github.ref_name }} ref: ${{ github.ref_name }}
args: install pkgconfiglite args: install pkgconfiglite
- name: Vips download - name: Vips download
run: curl -LO https://hydrogendioxide.net/vips-dev-8.12.zip
run: curl -LO https://github.com/libvips/build-win64-mxe/releases/download/v8.12.0/vips-dev-w64-all-8.12.0.zip
- name: Vips Extract - name: Vips Extract
run: | run: |
7z x .\vips-dev-8.12.zip 7z x .\vips-dev-8.12.zip

Loading…
Cancel
Save