Skip to content

Commit

Permalink
Install libvips on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Becker authored and Martin Becker committed Jan 3, 2025
1 parent eeaccc6 commit e650b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
# - name: Install libvips on Windows
# if: startsWith(matrix.platform, 'windows')
# run: choco install nip2
# - name: Install libvips on Mac
# if: startsWith(matrix.platform, 'macos')
# run: brew install vips
- name: Install libvips on Mac
if: startsWith(matrix.platform, 'macos')
run: brew install vips

- name: Setup Graphviz
uses: tlylt/install-graphviz@v1
Expand Down

0 comments on commit e650b39

Please sign in to comment.