8000
We read every piece of feedback, and take your input very seriously.
To see all 8000 available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841efa0 commit 852f34dCopy full SHA for 852f34d
travis_config.sh
@@ -98,11 +98,10 @@ function pre_build {
98
99
echo 'Installing QT4'
100
brew tap | grep -qxF cartr/qt4 || brew tap cartr/qt4
101
- brew tap --list-pinned | grep -qxF cartr/qt4 || brew tap-pin cartr/qt4
102
if [ -n "$CACHE_STAGE" ]; then
103
- brew_install_and_cache_within_time_limit qt@4 || { [ $? -gt 1 ] && return 2 || return 0; }
+ brew_install_and_cache_within_time_limit cartr/qt4/qt@4 || { [ $? -gt 1 ] && return 2 || return 0; }
104
else
105
- brew install qt@4
+ brew install cartr/qt4/qt@4
106
fi
107
108
echo 'Installing FFmpeg'
0 commit comments