mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
Azure: Use qt@5 brew package to install Qt5 on macOS
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user