mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Try to use Qt 5.15.10 to make macos builds work in Mojave
This commit is contained in:
parent
2bebec95bf
commit
d4bf1f08f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user