From 01608f2a881d6ef662c28d2bfb12acfbd519de0c Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:48:16 +0200 Subject: [PATCH] Windows - Pin to Qt 6.7 until apqinstaller supports 6.8 correctly --- .github/workflows/qt5_6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index afd3ad429..203d05535 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -182,7 +182,7 @@ jobs: - name: Install Vulkan SDK if: ${{ inputs.qt_version == '6' }} - uses: jakoch/install-vulkan-sdk-action@v1.0.3 + uses: jakoch/install-vulkan-sdk-action@v1.0.4 with: install_runtime: false cache: true @@ -191,7 +191,7 @@ jobs: - name: 📥 Install Qt uses: jurplel/install-qt-action@v4 with: - version: ${{ inputs.qt_version == '6' && '6.*' || '5.15.*' }} + version: ${{ inputs.qt_version == '6' && '6.7' || '5.15.*' }} target: 'desktop' modules: ${{ inputs.qt_version == '6' && 'qtserialport' || '' }} arch: 'win64_msvc2019_64'