From c54c182dbd0e89a594f1439be41235872cde9034 Mon Sep 17 00:00:00 2001 From: Rene Meusel Date: Wed, 13 Dec 2023 10:42:55 +0100 Subject: [PATCH] Don't update brew dependencies on macOS --- src/scripts/ci/setup_gh_actions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/ci/setup_gh_actions.sh b/src/scripts/ci/setup_gh_actions.sh index eae72655480..9dd61c70c17 100755 --- a/src/scripts/ci/setup_gh_actions.sh +++ b/src/scripts/ci/setup_gh_actions.sh @@ -97,6 +97,7 @@ if type -p "apt-get"; then fi else export HOMEBREW_NO_AUTO_UPDATE=1 + export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install ccache if [ "$TARGET" = "shared" ]; then