From fbda3eec479d8dd7354e16780380725215628964 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 13 Mar 2024 07:45:58 +0200 Subject: [PATCH] Brew link imagemagick@6 --- ci_scripts/ci_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index 4526c841f..01ff29171 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -34,6 +34,7 @@ install_xcode_cloud_brew_dependencies () { if [ "$CI_WORKFLOW" = "Nightly" ]; then brew install imagemagick@6 + brew link imagemagick@6 # imagemagick@6 is keg-only, which means it was not symlinked into /usr/local, fi } @@ -49,6 +50,7 @@ setup_github_actions_environment() { if [ "$CI_WORKFLOW" = "PR_BUILD" ]; then brew install imagemagick@6 + brew link imagemagick@6 # imagemagick@6 is keg-only, which means it was not symlinked into /usr/local, fi # brew "swiftlint" # Fails on the CI: `Target /usr/local/bin/swiftlint Target /usr/local/bin/swiftlint already exists`. Installed through https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md#linters