From bb1e01266444f6d11cefb15d9f05ac311fe0e23c Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Thu, 5 Jan 2023 21:35:20 +0800 Subject: [PATCH] fix ci --- tools/macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/macos.sh b/tools/macos.sh index bfd2ba0..255e4f1 100755 --- a/tools/macos.sh +++ b/tools/macos.sh @@ -5,7 +5,7 @@ source "$THIS_DIR/common.sh" brew_install() { - brew update + # brew update brew install git zsh curl tmux vim util-linux }