From 9e3ce26ba01293541f6cf881384e47f96953e07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sun, 6 Aug 2017 21:45:24 +0200 Subject: [PATCH] Revert "macOS CI: install qt5 from Homebrew's index" This reverts commit ee1486274db4280f71e6f202c4f4bef1b7f37ba3. --- 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 1ce5cbc4..f11ecb7f 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 echo "Qt path: $(find /usr/local/Cellar/qt5 -d 1 | tail -n 1)" # Build obs-studio