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