Force installing the latest Qt version.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2020-01-07 15:02:59 +02:00
parent 5658e0b0d5
commit 3aa9ab3875

View File

@ -62,6 +62,7 @@ before_install:
else
brew update > /dev/null;
if [[ "$LEGACY" = false ]]; then
brew uninstall qt5;
brew install qt5;
else
unset SSL_CERT_FILE;