CI-windows.yml: use `v2` of `jurplel/install-qt-action` (#4331)
This commit is contained in:
parent
38fdbe0890
commit
b13e42978c
|
@ -9,7 +9,7 @@ on: [push,pull_request]
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
# no 32-bit Qt available
|
# no 32-bit Qt available
|
||||||
- name: Install Qt ${{ matrix.qt_ver }}
|
- name: Install Qt ${{ matrix.qt_ver }}
|
||||||
if: matrix.qt_ver != '' && matrix.arch == 'x64'
|
if: matrix.qt_ver != '' && matrix.arch == 'x64'
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
aqtversion: '==2.0.6'
|
aqtversion: '==2.0.6'
|
||||||
version: ${{ matrix.qt_ver }}
|
version: ${{ matrix.qt_ver }}
|
||||||
|
|
Loading…
Reference in New Issue