mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix aqtinstall warning and install win64_msvc2022_64 for the arm64 installation
This commit is contained in:
parent
29d3ff90cd
commit
c9a8562b3a
@ -25,6 +25,9 @@ jobs:
|
||||
- script: |
|
||||
pip install aqtinstall
|
||||
mkdir C:\Qt
|
||||
# the arm64 desktop version also requires win64_msvc2022_64: You are installing the MSVC Arm64 version of Qt, which requires that the desktop version of Qt is also installed. You can install it with the following command:
|
||||
# `aqt install-qt windows desktop 6.8.1 win64_msvc2022_64`
|
||||
python -m aqt install-qt windows desktop ${{ parameters.qt_version }} win64_msvc2022_64 -O c:\Qt -m qt5compat qtmultimedia qtimageformats qtshadertools
|
||||
python -m aqt install-qt windows desktop ${{ parameters.qt_version }} ${{ parameters.qt_aqt_spec }} -O c:\Qt -m qt5compat qtmultimedia qtimageformats qtshadertools
|
||||
dir C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin
|
||||
choco install -y wget
|
||||
|
Loading…
Reference in New Issue
Block a user