From 8d3dbd7929a3543f1ede24b95e59cd0f2adeb850 Mon Sep 17 00:00:00 2001 From: bugobliterator Date: Tue, 15 Oct 2024 17:41:39 +0800 Subject: [PATCH] Tools: remove curl from installation as its not needed --- Tools/environment_install/install-prereqs-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-mac.sh b/Tools/environment_install/install-prereqs-mac.sh index 7c0701b38a..0703782d2e 100755 --- a/Tools/environment_install/install-prereqs-mac.sh +++ b/Tools/environment_install/install-prereqs-mac.sh @@ -106,7 +106,7 @@ find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete # brew update randomly failing on CI, so ignore errors: brew update -brew install --force --overwrite gawk curl coreutils wget +brew install --force --overwrite gawk coreutils wget PIP=pip if maybe_prompt_user "Install python using pyenv [N/y]?" ; then