diff --git a/CI/appveyor/install_macos_deps.sh b/CI/appveyor/install_macos_deps.sh index a42a63941..a503ed60b 100755 --- a/CI/appveyor/install_macos_deps.sh +++ b/CI/appveyor/install_macos_deps.sh @@ -20,6 +20,8 @@ REPO_SRC=$BUILD_REPOSITORY_LOCALPATH WORKDIR=${PWD} JOBS=4 +brew update +brew upgrade brew search ${QT_FORMULAE} brew install $PACKAGES