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