From 1398689ebfe8ebcdb64297914de8e11e67783e1a Mon Sep 17 00:00:00 2001 From: Palakis Date: Tue, 6 Jun 2017 11:09:53 +0200 Subject: [PATCH] CI: Fix OS X Qt 5.8 fetch --- CI/install-dependencies-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 683fc32a..e58ab3e9 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -7,7 +7,7 @@ brew install ffmpeg brew install libav # qtwebsockets deps -brew install qt5 +brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fdb7c6e960e830b3bf630850c0002c5df9f68ed8/Formula/qt5.rb # Build obs-studio cd ..