Selaa lähdekoodia

CI: Update workaround for GHA issues around Homebrew git

Add --no-upgrade to not upgrade git.
tytan652 2 vuotta sitten
vanhempi
sitoutus
1022682646
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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