We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93133c6 commit 7538612Copy full SHA for 7538612
.github/workflows/build_latest.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: jurplel/install-qt-action@v4
36
with:
37
# 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 }}
+ version: ${{ (matrix.qt-version == '6.8.*' || (matrix.os == 'ubuntu' && matrix.qt-version == '6.7.*')) && '6.6.*' || matrix.qt-version }}
39
modules: ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
40
arch: ${{ matrix.os == 'ubuntu' && 'gcc_64' || (startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || 'win64_msvc2019_64') }}
41
0 commit comments