From c91f6a9d59e28e65270c539bdc40e3f1dc5ff95d Mon Sep 17 00:00:00 2001 From: Dennis Fokin Date: Tue, 27 Feb 2024 10:13:09 +0100 Subject: [PATCH] Actions: aqt fix --- .github/workflows/windows-x64.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index 8d0fee74..e6c22c59 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -19,13 +19,12 @@ jobs: architecture: 'x64' - name: Install Qt - uses: jurplel/install-qt-action@v2.10.0 + uses: jurplel/install-qt-action@v3 with: version: '5.14.1' host: 'windows' target: 'desktop' arch: 'win64_msvc2017_64' - aqtversion: '==0.9.7' - name: Download dependencies run: |