From d75c49e38c5e9e3ca3d79ca4bea63da9365c61c3 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 26 Apr 2023 17:08:10 +0200 Subject: [PATCH] Add libtiff --- .../github-workflows/install-dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/continuous-integration/github-workflows/install-dependencies.sh b/scripts/continuous-integration/github-workflows/install-dependencies.sh index bbdfe46..67a8ff4 100755 --- a/scripts/continuous-integration/github-workflows/install-dependencies.sh +++ b/scripts/continuous-integration/github-workflows/install-dependencies.sh @@ -10,7 +10,8 @@ if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then echo "==OSX======" - brew install gperf cmake openssl coreutils imagemagick + brew install gperf cmake openssl coreutils + brew install libtiff brew install openjdk elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then echo "==Windows=="