fix: dependencies in workflow

This commit is contained in:
Gabe Farrell 2025-06-13 14:22:18 -04:00
parent 2fc4de9643
commit 57b172cf90

View file

@ -25,6 +25,14 @@ jobs:
with:
go-version-file: go.mod
- name: Install libvips
run: |
sudo apt-get update
sudo apt-get install -y libvips-dev
- name: Verify libvips install
run: vips --version
- name: Build
run: go build -v ./...