From d85b961d283192dc2673dc7cb42e186c0d02b46f Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Mon, 5 Jun 2023 22:47:21 +0200 Subject: [PATCH] Fix macOS build --- .github/workflows/scripts/install_deps_macos_amd64.sh | 7 +++++-- .github/workflows/scripts/install_deps_macos_arm64.sh | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scripts/install_deps_macos_amd64.sh b/.github/workflows/scripts/install_deps_macos_amd64.sh index fb9078f..8e1605b 100755 --- a/.github/workflows/scripts/install_deps_macos_amd64.sh +++ b/.github/workflows/scripts/install_deps_macos_amd64.sh @@ -1,5 +1,8 @@ #!/bin/bash -ex brew update -brew install --force gperf openssl coreutils +brew install --force gperf +brew install --force coreutils brew install --force openjdk -brew install --force freetype gd libtiff \ No newline at end of file +brew install --force freetype +brew install --force gd +brew install --force libtiff \ No newline at end of file diff --git a/.github/workflows/scripts/install_deps_macos_arm64.sh b/.github/workflows/scripts/install_deps_macos_arm64.sh index fb9078f..8e1605b 100755 --- a/.github/workflows/scripts/install_deps_macos_arm64.sh +++ b/.github/workflows/scripts/install_deps_macos_arm64.sh @@ -1,5 +1,8 @@ #!/bin/bash -ex brew update -brew install --force gperf openssl coreutils +brew install --force gperf +brew install --force coreutils brew install --force openjdk -brew install --force freetype gd libtiff \ No newline at end of file +brew install --force freetype +brew install --force gd +brew install --force libtiff \ No newline at end of file