Skip to content

Commit 7538612

Browse files
committed
Try to get to work Qt 6.8.* with aqtinstall
1 parent 93133c6 commit 7538612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: jurplel/install-qt-action@v4
3636
with:
3737
# 6.7.* currently does not work with ubuntu with this action
38-
version: ${{ matrix.os == 'ubuntu' && matrix.qt-version == '6.7.*' && '6.6.*' || matrix.qt-version }}
38+
version: ${{ (matrix.qt-version == '6.8.*' || (matrix.os == 'ubuntu' && matrix.qt-version == '6.7.*')) && '6.6.*' || matrix.qt-version }}
3939
modules: ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
4040
arch: ${{ matrix.os == 'ubuntu' && 'gcc_64' || (startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || 'win64_msvc2019_64') }}
4141

0 commit comments

Comments
 (0)