Fixing SSL certificate problem: Invalid certificate chain.
--HG-- branch : develop
This commit is contained in:
parent
7c31d660a8
commit
d4a132fc42
|
@ -49,6 +49,7 @@ before_install:
|
||||||
if [[ "$LEGACY" = false ]]; then
|
if [[ "$LEGACY" = false ]]; then
|
||||||
brew install qt5;
|
brew install qt5;
|
||||||
else
|
else
|
||||||
|
unset SSL_CERT_FILE;
|
||||||
brew unlink qt5;
|
brew unlink qt5;
|
||||||
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/106d0878ee812cb8f5c403f717bdebe836445aee/Formula/qt5.rb;
|
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/106d0878ee812cb8f5c403f717bdebe836445aee/Formula/qt5.rb;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user