Do not suppress brew update. [skip appveyor]

merge-requests/12/head
Roman Telezhynskyi 2020-11-15 12:13:40 +02:00
parent ccac6658e5
commit 81be5f0caa
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ before_install:
else
unset SSL_CERT_FILE;
brew untap homebrew/versions;
brew update > /dev/null;
brew update;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb;
fi
chmod -R 755 /usr/local/opt/qt5/*