瀏覽代碼

CI: Use Qt 5.10.1 instead of 5.11.1 for macOS

This fixes a bug where the interact window would crash.
jp9000 7 年之前
父節點
當前提交
2d154d550e
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 0
      CI/before-script-osx.sh
  2. 2 1
      CI/install-dependencies-osx.sh

+ 1 - 0
CI/before-script-osx.sh

@@ -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 \

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

@@ -24,7 +24,8 @@ sudo installer -pkg ./Packages.pkg -target /
 brew update
 
 #Base OBS Deps and ccache
-brew install [email protected] 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."