Browse Source

CI: Update workaround for GHA issues around Homebrew git

Add --no-upgrade to not upgrade git.
tytan652 2 years ago
parent
commit
1022682646
1 changed files with 1 additions and 3 deletions
  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