From e650b399ed8e0d3172bb177aef81e1db7021d868 Mon Sep 17 00:00:00 2001 From: Martin Becker Date: Fri, 3 Jan 2025 15:39:56 +0100 Subject: [PATCH] Install libvips on Mac --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 472a12f..cea6445 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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