mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Start installing imagemagick on Github actions
This commit is contained in:
parent
35f7ad199e
commit
6dcd30f57a
@ -38,10 +38,9 @@ install_xcode_cloud_python_dependencies () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setup_github_actions_environment() {
|
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 "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 config path vendor/bundle
|
||||||
bundle install --jobs 4 --retry 3
|
bundle install --jobs 4 --retry 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user