From 6dcd30f57a84030ea1839571ce71ede99d235053 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 26 May 2023 13:38:36 +0300 Subject: [PATCH] Start installing imagemagick on Github actions --- ci_scripts/ci_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index 2f5686340..880a02ac7 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -38,10 +38,9 @@ install_xcode_cloud_python_dependencies () { } setup_github_actions_environment() { - brew update && brew install xcodegen swiftformat git-lfs + brew update && brew install xcodegen swiftformat git-lfs imagemagick # 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 - # brew "imagemagick" # Upgrading imagemagick has failed! bundle config path vendor/bundle bundle install --jobs 4 --retry 3