8000
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 798a689 commit 97642d5Copy full SHA for 97642d5
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