Try without brew update. [skip appveyor]

This commit is contained in:
Roman Telezhynskyi 2020-11-16 10:17:07 +02:00
parent 0823a1ebd3
commit 6645ac228c

View File

@ -62,7 +62,6 @@ before_install:
brew install qt5;
else
unset SSL_CERT_FILE;
brew update > /dev/null;
brew tap-new ${USER}/local-qt;
brew extract --version 5.11 qt ${USER}/local-qt;
brew install ${USER}/local-qt/qt@5.11;