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 e34bb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/macOS/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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
for pkg in gcc bison gettext cmake python; do
Expand Down

0 comments on commit e34bb25

Please sign in to comment.