From: Matthieu Gallien Date: Tue, 3 Sep 2024 14:00:39 +0000 (+0200) Subject: CI fix warning: inkscape was renamed to homebrew/cask/inkscape X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~131^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b14e38c2ac9f34e9884b391f11b1fda89f34d4a0;p=nextcloud-desktop.git CI fix warning: inkscape was renamed to homebrew/cask/inkscape Signed-off-by: Matthieu Gallien --- diff --git a/.github/workflows/macos-build-and-test.yml b/.github/workflows/macos-build-and-test.yml index 3581b6a1d..f6c59d491 100644 --- a/.github/workflows/macos-build-and-test.yml +++ b/.github/workflows/macos-build-and-test.yml @@ -42,7 +42,7 @@ jobs: - name: Install Homebrew dependencies run: | - brew install inkscape + brew install homebrew/cask/inkscape - name: Download Craft run: |