Преглед на файлове

CI: Use Qt 5.11.1 on Travis for macOS

Ryan Foster преди 7 години
родител
ревизия
729abd3825
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      CI/install-dependencies-osx.sh

+ 1 - 1
CI/install-dependencies-osx.sh

@@ -24,7 +24,7 @@ sudo installer -pkg ./Packages.pkg -target /
 brew update
 
 #Base OBS Deps and ccache
-brew install qt5 jack speexdsp ccache swig
+brew install qt@5.11 jack speexdsp ccache swig
 
 export PATH=/usr/local/opt/ccache/libexec:$PATH
 ccache -s || echo "CCache is not available."