From b14e38c2ac9f34e9884b391f11b1fda89f34d4a0 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Tue, 3 Sep 2024 16:00:39 +0200 Subject: [PATCH] CI fix warning: inkscape was renamed to homebrew/cask/inkscape Signed-off-by: Matthieu Gallien --- .github/workflows/macos-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | -- 2.30.2