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