From dba399f85609c4860cc6a9f3b593952114d6c089 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 22 Feb 2025 07:12:47 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66eba1d..9ab9298 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,11 @@ jobs: with: components: rustfmt, clippy + - name: Install sharp dependencies for macOS + if: matrix.os == 'macos-latest' + run: | + brew install vips + - name: Install Tauri dependencies if: matrix.os == 'ubuntu-latest' run: |