Skip to content

Commit 43a6513

Browse files
committed
fixup! Upgrade to install-qt-action@v4
1 parent da6cabe commit 43a6513

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/integration.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ jobs:
8787
version: ${{ matrix.qt-version}}
8888
target: ${{ matrix.configuration.target || 'desktop' }}
8989
tools: ${{ matrix.configuration.tools || '' }}
90-
arch: ${{ (startsWith(matrix.qt-version, '5.') && matrix.configuration.arch-qt5)
91-
|| (startsWith(matrix.qt-version, '6.8.') && matrix.configuration.arch-qt6_8)
92-
|| (startsWith(matrix.qt-version, '6.8.') && 'not-found-with-qt-6.8')
93-
|| matrix.configuration.arch-qt6
90+
arch: ${{ (startsWith(matrix.qt-version, '6.8.') && matrix.configuration.arch-qt6_8)
91+
&& (startsWith(matrix.qt-version, '6.') && matrix.configuration.arch-qt6)
92+
&& (startsWith(matrix.qt-version, '5.') && matrix.configuration.arch-qt5)
9493
|| matrix.configuration.arch
95-
|| 'not-found-at-all' }}
94+
|| '' }}
9695
cache: true
9796

9897
- name: Install Ninja

0 commit comments

Comments
 (0)