Fix path to formula. [skip appveyor]

merge-requests/12/head
Roman Telezhynskyi 2020-11-15 19:31:21 +02:00
parent 650db904cf
commit 35da350cb3
1 changed files with 2 additions and 2 deletions

View File

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