Try untap before brew update. [skip appveyor]

merge-requests/12/head
Roman Telezhynskyi 2020-11-15 11:43:52 +02:00
parent 7a5713559d
commit 0e35642aa6
1 changed files with 2 additions and 1 deletions

View File

@ -57,12 +57,13 @@ before_install:
wget https://launchpad.net/ubuntu/+archive/primary/+files/ccache_3.3.4-1_amd64.deb;
sudo dpkg -i ccache_3.3.4-1_amd64.deb;
else
brew update > /dev/null;
if [[ "$LEGACY" = false ]]; then
brew update > /dev/null;
brew install qt5;
else
unset SSL_CERT_FILE;
brew untap homebrew/versions;
brew update > /dev/null;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb;
fi
chmod -R 755 /usr/local/opt/qt5/*