CI: Use Qt 5.10.1 instead of 5.11.1 for macOS

This fixes a bug where the interact window would crash.
This commit is contained in:
jp9000 2018-08-28 19:29:08 -07:00
parent 1f1120f4a4
commit 2d154d550e
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ mkdir build
cd build
cmake -DENABLE_SPARKLE_UPDATER=ON \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 \
-DQTDIR=/usr/local/Cellar/qt/5.10.1 \
-DDepsPath=/tmp/obsdeps \
-DVLCPath=$PWD/../../vlc-master \
-DBUILD_BROWSER=ON \

View File

@ -24,7 +24,8 @@ sudo installer -pkg ./Packages.pkg -target /
brew update
#Base OBS Deps and ccache
brew install qt@5.11 jack speexdsp ccache swig mbedtls
brew install jack speexdsp ccache swig mbedtls
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/9a70413d137839de0054571e5f85fd07ee400955/Formula/qt.rb
export PATH=/usr/local/opt/ccache/libexec:$PATH
ccache -s || echo "CCache is not available."