possibily fix osx shortcut problem
This commit is contained in:
parent
9d2494e6e2
commit
7f057612bf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
||||
brew update > /dev/null
|
||||
brew install --force qt
|
||||
brew install --force qt@5.7
|
||||
brew install protobuf
|
||||
else
|
||||
# common prerequisites
|
||||
|
|
Loading…
Reference in a new issue