mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Install QtScript in Windows
This commit is contained in:
parent
7e19dc8e6a
commit
4aefd4283d
@ -17,7 +17,7 @@ jobs:
|
||||
- script: |
|
||||
pip install aqtinstall
|
||||
mkdir C:\Qt
|
||||
python -m aqt install -O c:\Qt ${{ parameters.qt_version }} windows desktop ${{ parameters.qt_aqt_spec }}
|
||||
python -m aqt install -O c:\Qt ${{ parameters.qt_version }} windows desktop ${{ parameters.qt_aqt_spec }} -m qtscript
|
||||
dir C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin
|
||||
choco install -y wget
|
||||
choco install innosetup
|
||||
|
Loading…
Reference in New Issue
Block a user