Skip to content

Commit f62aef6

Browse files
committed
try just exporting to the path
1 parent 64a747a commit f62aef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function pre_build {
101101
brew_install_and_cache_within_time_limit qt5 || { [ $? -gt 1 ] && return 2 || return 0; }
102102
else
103103
brew install qt5
104-
brew link qt5 --force
104+
export PATH="/usr/local/opt/qt/bin:$PATH"
105105
fi
106106

107107
echo 'Installing FFmpeg'

0 commit comments

Comments
 (0)