Skip to content

Commit

Permalink
Update libvips installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbbp committed Mar 15, 2024
1 parent 02ef00d commit 80cccef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
run: go mod download
- name: Install libvips
run: |
curl -L -o vips.tar.gz https://github.com/libvips/build-win64-mxe/releases/download/v8.15.2/vips-dev-w32-web-8.15.2-static.zip
tar xvf vips.tar.gz
echo "$PWD/vips-8.12.1/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
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
7z x vips.zip -o./vips
echo "$PWD/vips/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Build Test
run: |
cd src/main
Expand Down

0 comments on commit 80cccef

Please sign in to comment.