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