From 094095e2cd102b0deee167fe63b45d26e2029884 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Fri, 16 Sep 2022 17:11:25 +0200 Subject: [PATCH] Restore brew update to prepare script Signed-off-by: TheJackiMonster --- package/prepare_osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/prepare_osx.sh b/package/prepare_osx.sh index 16ea848..50be1df 100755 --- a/package/prepare_osx.sh +++ b/package/prepare_osx.sh @@ -4,7 +4,7 @@ set -ev # display each line executed along with output # seriously the CI needs to stop testing 99% of the time if homebrew has updates or not export HOMEBREW_NO_AUTO_UPDATE=1 # (please let it go, homebrew!) -# brew update # (safe the CI some time) +brew update # (safe the CI some time) # Upgrade to python 3.x # brew upgrade python # (should be fine)