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