Try without unlink.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-12-11 13:37:36 +02:00
parent bd9205deef
commit b4b7ca72f7

View File

@ -50,7 +50,6 @@ before_install:
brew install qt5; brew install qt5;
else else
unset SSL_CERT_FILE; unset SSL_CERT_FILE;
brew unlink qt5;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/106d0878ee812cb8f5c403f717bdebe836445aee/Formula/qt5.rb; brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/106d0878ee812cb8f5c403f717bdebe836445aee/Formula/qt5.rb;
fi fi
chmod -R 755 /usr/local/opt/qt5/* chmod -R 755 /usr/local/opt/qt5/*