new aqt version test

This commit is contained in:
Dennis Fokin 2020-03-04 15:09:57 +01:00
parent cd7bc8d45f
commit 1cc71ebdca
2 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,7 @@ jobs:
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2017_64'
aqtversion: '==0.8a2'
- name: Download dependencies
run: |

View File

@ -42,8 +42,8 @@ jobs:
- name: Install Qt and Jom
run: |
pip install aqtinstall==0.6
python -m aqt install 5.14.0 windows desktop win32_msvc2017
pip install aqtinstall==0.8a2
python -m aqt install 5.14.1 windows desktop win32_msvc2017
7z x jom.zip
shell: powershell