Update desktop-build.yml

This commit is contained in:
tooomm
2026-06-21 16:49:41 +02:00
committed by GitHub
parent 80426d77bc
commit 1e253de232
+1 -1
View File
@@ -337,7 +337,7 @@ jobs:
qt_modules: qtimageformats qtmultimedia qtwebsockets
type: Release
name: ${{ matrix.os }} ${{ matrix.target }}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}
name: ${{ matrix.os }} ${{ matrix.target }}${{ case(matrix.soc == 'Intel', ' Intel', '') }}${{ case(matrix.type == 'Debug', ' Debug', '') }}
needs: configure
runs-on: ${{ matrix.runner }}
timeout-minutes: 100