diff --git a/.github/workflows/deploy-windows.yml b/.github/workflows/deploy-windows.yml index 675a9a2..f0ccf87 100644 --- a/.github/workflows/deploy-windows.yml +++ b/.github/workflows/deploy-windows.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install pkgconfig - uses: crazy-max/ghaction-chocolatey@v2.1.0 + uses: crazy-max/ghaction-chocolatey@v3 with: ref: ${{ github.ref_name }} - args: install pkgconfiglite + args: install pkgconfiglite --allow-empty-checksums - 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 - name: Vips Extract