Skip to content

Commit

Permalink
Add vips installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbbp committed Mar 8, 2024
1 parent 484ac64 commit 8f7f64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goBuildMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
${{ runner.os }}-go-
- name: Download dependencies
run: go mod download
- name: Install vips
run: brew install vips
- name: Change Directory
run: |
cd src/main
Expand Down

0 comments on commit 8f7f64d

Please sign in to comment.