Azure: Use qt@5 brew package to install Qt5 on macOS

This commit is contained in:
Felix Kauselmann 2021-03-04 15:18:26 +01:00
parent 81f9b74fa2
commit 64f7e63a2a

View File

@ -70,8 +70,8 @@ jobs:
vmImage: 'macOS-10.15'
steps:
- script: |
brew install qt
brew link qt --force
brew install qt@5
brew link qt@5 --force
brew install create-dmg
brew install node
brew link --overwrite node