Skip to content

Commit

Permalink
Ping Qt for Windows to 6.7 until aqtinstaller is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Jul 10, 2024
1 parent 67865b4 commit a0cadb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/qt5_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,9 @@ 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'
cache: 'true'
cache-key-prefix: 'cache-qt-windows'

Expand Down

0 comments on commit a0cadb8

Please sign in to comment.