fix: dependencies in workflow

pull/20/head
Gabe Farrell 6 months ago
parent 2fc4de9643
commit 57b172cf90

@ -25,6 +25,14 @@ jobs:
with: with:
go-version-file: go.mod 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 - name: Build
run: go build -v ./... run: go build -v ./...

Loading…
Cancel
Save