From 33bf971aee44cd6c31b59b47416e4e57defc6802 Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Tue, 26 Nov 2024 14:05:09 +0100 Subject: [PATCH] try another thing --- .github/workflows/unit-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index e726b1cf..a14b082a 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -69,10 +69,10 @@ jobs: run: | brew update brew upgrade - brew uninstall imagemagick - brew uninstall pkg-config + brew uninstall imagemagick 2> /dev/null/ + brew uninstall pkg-config 2> /dev/null/ brew cleanup - brew install pkg-config imagemagick + brew install pkg-config imagemagick@7 export PKG_CONFIG_PATH="/usr/local/opt/imagemagick/lib/pkgconfig" pecl install imagick - uses: ramsey/composer-install@v2