Skip to content

Commit

Permalink
Windows - use latest Qt version available
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Jun 2, 2024
1 parent 22612ee commit 1fd4057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qt5_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: 📥 Install Qt
uses: jurplel/install-qt-action@v4
with:
version: ${{ inputs.qt_version == '6' && '6.5.2' || '5.15.2' }}
version: ${{ inputs.qt_version == '6' && '6.*' || '5.15.*' }}
target: 'desktop'
modules: ${{ inputs.qt_version == '6' && 'qtserialport' || '' }}
arch: 'win64_msvc2019_64'
Expand Down

0 comments on commit 1fd4057

Please sign in to comment.