Skip to content

Commit

Permalink
try fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
bindea-cristian committed Sep 20, 2024
1 parent 1986780 commit db824d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/macOS/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ install_packages() {
rm /usr/local/bin/python3 || true
rm /usr/local/bin/python3-config || true

brew update
brew upgrade || true #ignore homebrew upgrade errors
brew update --debug --verbose --force
# brew upgrade --display-times || true #ignore homebrew upgrade errors
brew search ${QT_FORMULAE}
brew install --display-times $PACKAGES
HOMEBREW_NO_AUTO_UPDATE=1 brew install --display-times $PACKAGES
for pkg in gcc bison gettext cmake python; do
brew link --overwrite --force $pkg
done
Expand Down

0 comments on commit db824d0

Please sign in to comment.