File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ function pre_build {
92
92
echo " Running for OSX"
93
93
94
94
local CACHE_STAGE; (echo " $TRAVIS_BUILD_STAGE_NAME " | grep -qiF " final" ) || CACHE_STAGE=1
95
+ export HOMEBREW_NO_AUTO_UPDATE=1
95
96
96
97
# after the cache stage, all bottles and Homebrew metadata should be already cached locally
97
98
if [ -n " $CACHE_STAGE " ]; then
@@ -104,7 +105,8 @@ function pre_build {
104
105
if [ -n " $CACHE_STAGE " ]; then
105
106
echo " Qt5 has bottle, no caching needed"
106
107
else
107
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
108
+ brew extract qt --version=5.13.2
109
+ brew install qt@5.13.2
108
110
export PATH=" /usr/local/opt/qt/bin:$PATH "
109
111
fi
110
112
You can’t perform that action at this time.
0 commit comments