File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -347,8 +347,6 @@ jobs:
347
347
- name : Install Base Dependencies
348
348
run : |
349
349
brew update > /dev/null || true
350
- # brew upgrade || true # no need for a very time-consuming upgrade of ALL packages
351
- brew tap Homebrew/bundle
352
350
cd src/.ci
353
351
export HOMEBREW_NO_INSTALL_UPGRADE=1
354
352
brew bundle --verbose || true
Original file line number Diff line number Diff line change @@ -314,9 +314,7 @@ jobs:
314
314
- name : Install Base Dependencies
315
315
run : |
316
316
brew update > /dev/null || true
317
- # brew upgrade || true # No need for a very time-consuming upgrade of ALL packages
318
317
brew install --force gd # See https://github.com/Homebrew/homebrew-core/issues/141766
319
- brew tap Homebrew/bundle
320
318
cd src/.ci
321
319
export HOMEBREW_NO_INSTALL_UPGRADE=1
322
320
brew bundle --verbose || true
You can’t perform that action at this time.
0 commit comments