summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin <julien.voisin@dustri.org>2022-05-20 20:59:29 +0200
committerjvoisin <julien.voisin@dustri.org>2022-05-20 20:59:29 +0200
commitbe5085ebe2586118116ddc0ce833830d56a6fd94 (patch)
treee4bebb0b8ffb9f1041f50f6d37921f492d1732cf
parent67421a400ad240da9c323cbb727234404742d9cc (diff)
OSX images on gitlab already provide icu4copenmw-fix_osx_build_maybe
-rwxr-xr-xCI/before_install.osx.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh
index ba269ae0e0..92d0a600fb 100755
--- a/CI/before_install.osx.sh
+++ b/CI/before_install.osx.sh
@@ -13,7 +13,6 @@ brew update --quiet
command -v ccache >/dev/null 2>&1 || brew install ccache
command -v cmake >/dev/null 2>&1 || brew install cmake
command -v qmake >/dev/null 2>&1 || brew install qt@5
-brew install icu4c
brew install yaml-cpp
export PATH="/usr/local/opt/qt@5/bin:$PATH" # needed to use qmake in none default path as qt now points to qt6