mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Try to use Qt 5.15.10 to make macos builds work in Mojave
This commit is contained in:
@ -212,8 +212,8 @@ jobs:
|
||||
vmImage: 'macOS-latest'
|
||||
steps:
|
||||
- script: |
|
||||
brew install qt@5
|
||||
brew link qt@5 --force
|
||||
brew install qt@5.15.10
|
||||
brew link qt@5.15.10 --force
|
||||
brew install create-dmg
|
||||
brew install node
|
||||
brew link --overwrite node
|
||||
|
Reference in New Issue
Block a user