Try with explicit link.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2020-01-07 17:51:10 +02:00
parent 1575f074cb
commit c857141969

View File

@ -20,11 +20,6 @@ jobs:
- DEPLOY=true - DEPLOY=true
- LEGACY=false - LEGACY=false
osx_image: xcode11 osx_image: xcode11
addons:
homebrew:
packages:
- qt5
update: true
- os: osx - os: osx
compiler: clang compiler: clang
env: env:
@ -66,10 +61,10 @@ before_install:
sudo dpkg -i ccache_3.3.4-1_amd64.deb; sudo dpkg -i ccache_3.3.4-1_amd64.deb;
else else
brew update > /dev/null; brew update > /dev/null;
unset SSL_CERT_FILE;
if [[ "$LEGACY" = false ]]; then if [[ "$LEGACY" = false ]]; then
brew install qt5; brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/qt.rb;
else else
unset SSL_CERT_FILE;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/20544ac8e68ef3523f92e15f432bbaf9a6aa2c22/qt5.rb; brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/20544ac8e68ef3523f92e15f432bbaf9a6aa2c22/qt5.rb;
fi fi
chmod -R 755 /usr/local/opt/qt5/* chmod -R 755 /usr/local/opt/qt5/*