mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Try to use aqtinstall instead of brew
This commit is contained in:
parent
d4bf1f08f7
commit
657e56e5b0
@ -212,11 +212,8 @@ jobs:
|
||||
vmImage: 'macOS-latest'
|
||||
steps:
|
||||
- script: |
|
||||
brew install qt@5.15.10
|
||||
brew link qt@5.15.10 --force
|
||||
brew install create-dmg
|
||||
brew install node
|
||||
brew link --overwrite node
|
||||
pip3 install aqtinstall
|
||||
python3 -m aqt install 5.15.10 mac desktop
|
||||
npm install -g appdmg
|
||||
mkdir $(Build.SourcesDirectory)\compressed_archive
|
||||
wget "https://github.com/YACReader/yacreader-7z-deps/blob/main/7z2301-src.7z?raw=true" -O $(Build.SourcesDirectory)/compressed_archive/7z2301-src.7z
|
||||
|
Loading…
Reference in New Issue
Block a user