|
|
@ -16,10 +16,10 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Install pkgconfig |
|
|
- name: Install pkgconfig |
|
|
uses: crazy-max/ghaction-chocolatey@v2.1.0 |
|
|
|
|
|
|
|
|
uses: crazy-max/ghaction-chocolatey@v3 |
|
|
with: |
|
|
with: |
|
|
ref: ${{ github.ref_name }} |
|
|
ref: ${{ github.ref_name }} |
|
|
args: install pkgconfiglite |
|
|
|
|
|
|
|
|
args: install pkgconfiglite --allow-empty-checksums |
|
|
- name: Vips download |
|
|
- name: Vips download |
|
|
run: curl -LO https://github.com/libvips/build-win64-mxe/releases/download/v8.12.0/vips-dev-w64-all-8.12.0.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 |
|
|
|