浏览代码

CI: Update workaround for GHA issues around Homebrew git

Add --no-upgrade to not upgrade git.
tytan652 2 年之前
父节点
当前提交
1022682646
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      .github/scripts/utils.zsh/check_macos

+ 1 - 3
.github/scripts/utils.zsh/check_macos

@@ -16,7 +16,5 @@ if (( ! ${+commands[brew]} )) {
   return 2
 }
 
-# Temporary GitHub Actions fix
-if (( ${+CI} )) brew unlink git@2.35.1
-brew bundle --file "${SCRIPT_HOME}/.Brewfile"
+brew bundle --file "${SCRIPT_HOME}/.Brewfile" --no-upgrade
 rehash