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'
|
vmImage: 'macOS-latest'
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
brew install qt@5.15.10
|
pip3 install aqtinstall
|
||||||
brew link qt@5.15.10 --force
|
python3 -m aqt install 5.15.10 mac desktop
|
||||||
brew install create-dmg
|
|
||||||
brew install node
|
|
||||||
brew link --overwrite node
|
|
||||||
npm install -g appdmg
|
npm install -g appdmg
|
||||||
mkdir $(Build.SourcesDirectory)\compressed_archive
|
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
|
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