From b026f599d2a6e1bbd3e61750ff5b5a09cc9fe525 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Sat, 2 Feb 2019 20:05:36 -0600 Subject: [PATCH] CI: Use modified macOS QT installer --- 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 6e3963926..3893b4743 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -25,7 +25,7 @@ brew update #Base OBS Deps and ccache brew install jack speexdsp ccache swig mbedtls -brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/9a70413d137839de0054571e5f85fd07ee400955/Formula/qt.rb +brew install https://gist.githubusercontent.com/DDRBoxman/b3956fab6073335a4bf151db0dcbd4ad/raw/ed1342a8a86793ea8c10d8b4d712a654da121ace/qt.rb export PATH=/usr/local/opt/ccache/libexec:$PATH ccache -s || echo "CCache is not available."