Skip to content

Commit 00cd811

Browse files
committed
Try to add back qtwebengine for Qt 6.8
1 parent c086a0d commit 00cd811

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
version: ${{ matrix.qt-version }}
38-
modules: ${{(startsWith(matrix.qt-version, '6') && (startsWith(matrix.qt-version, '6.7') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia')) || '' }}
38+
modules: ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
3939
arch: ${{ (matrix.os == 'ubuntu' && (startsWith(matrix.qt-version, '5') && 'gcc_64' || 'linux_gcc_64')) || startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || startsWith(matrix.qt-version, '6.8') && 'win64_msvc2022_64' || 'win64_msvc2019_64' }}
4040

4141
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)