Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libvips download link
Browse files Browse the repository at this point in the history
joachimbbp committed Mar 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ec3358b commit 1573f5e
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
@@ -87,7 +87,7 @@ jobs:
run: go mod download
- name: Install libvips
run: |
curl -L -o vips.zip https://github.com/libvips/build-win64-mxe/releases/download/v8.15.2/vips-dev-w32-web-8.15.2-static.zip
curl -L -o vips.zip https://github.com/libvips/build-win64-mxe/releases/download/v8.15.2/vips-dev-w32-all-8.15.2.zip
7z x vips.zip -ovips
echo "$PWD/vips/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Build Test

0 comments on commit 1573f5e

Please sign in to comment.