We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfac6b commit b0225ddCopy full SHA for b0225dd
travis_config.sh
@@ -115,7 +115,7 @@ function pre_build {
115
if [ -n "$CACHE_STAGE" ]; then
116
echo "Qt5 has bottle, no caching needed"
117
else
118
- brew unlink qt
+ brew uninstall --force qt@5.15.0
119
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
120
export PATH="/usr/local/opt/qt/bin:$PATH"
121
fi
0 commit comments