Try to trick homebrew tap. [skip appveyor]

merge-requests/12/head
Roman Telezhynskyi 2020-11-15 18:22:48 +02:00
parent 7a7c34f3ed
commit 608926abad
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ before_install:
unset SSL_CERT_FILE;
brew untap homebrew/versions;
brew update > /dev/null;
brew tap-new $USER/local-qt;
brew extract --version 5.8 qt5 $USER/local-qt;
brew install $USER/local-qt/qt5@5.8;
brew tap-new $USER/local-qt;
curl -o /usr/local/Homebrew/Library/Taps/$USER/local-qt/Formula/qt5@5.9.rb https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/3d6d7b3e67138ca19ada7152df2155de6690c089/qt5.rb
brew install $USER/local-qt/qt5@5.9;
fi
chmod -R 755 /usr/local/opt/qt5/*
fi