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