CI-windows.yml: use `v2` of `jurplel/install-qt-action` (#4331)

This commit is contained in:
Oliver Stöneberg 2022-08-02 15:51:28 +02:00 committed by GitHub
parent 38fdbe0890
commit b13e42978c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on: [push,pull_request]
defaults:
run:
shell: cmd
jobs:
build:
@ -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 }}