Skip to content

Commit

Permalink
skip brew update to fix error in macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjenni committed Mar 19, 2024
1 parent 34c499d commit b13ec44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ function initBrew {
function ensureBrew {
if have brew; then
echo "$(brew --version) is installed"
brew update
# skip update for now, causes errors in CI:
# brew update
return
fi
case `uname` in
Expand Down

0 comments on commit b13ec44

Please sign in to comment.