Skip to content

Commit

Permalink
try another thing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 26, 2024
1 parent 1ad5159 commit 33bf971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33bf971

Please sign in to comment.