Browse Source

chore: update action

pull/94/head v4.7.4
Aldino Kemal 3 years ago
parent
commit
521dae61d3
  1. 4
      .github/workflows/deploy-windows.yml

4
.github/workflows/deploy-windows.yml

@ -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

Loading…
Cancel
Save