Update build.yml

This commit is contained in:
Damien 2025-02-22 07:12:47 -05:00 committed by GitHub
parent 65dd761414
commit dba399f856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |