Skip to content

Commit

Permalink
Windows - Pin to Qt 6.7 until apqinstaller supports 6.8 correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Jul 13, 2024
1 parent 3f21913 commit 01608f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qt5_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Install Vulkan SDK
if: ${{ inputs.qt_version == '6' }}
uses: jakoch/[email protected].3
uses: jakoch/[email protected].4
with:
install_runtime: false
cache: true
Expand All @@ -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'
Expand Down

0 comments on commit 01608f2

Please sign in to comment.