Commit 43a6513 1 parent da6cabe commit 43a6513 Copy full SHA for 43a6513
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,11 @@ jobs:
87
87
version : ${{ matrix.qt-version}}
88
88
target : ${{ matrix.configuration.target || 'desktop' }}
89
89
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)
94
93
|| matrix.configuration.arch
95
- || 'not-found-at-all ' }}
94
+ || '' }}
96
95
cache : true
97
96
98
97
- name : Install Ninja
You can’t perform that action at this time.
0 commit comments