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 c086a0d commit 00cd811Copy full SHA for 00cd811
.github/workflows/build_latest.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: jurplel/install-qt-action@v4
36
with:
37
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')) || '' }}
+ modules: ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
39
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' }}
40
41
- name: Setup Python ${{ matrix.python-version }}
0 commit comments