Skip to content

Commit 1ae621e

Browse files
committed
2 parents e9e42a7 + 5785e2d commit 1ae621e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ on:
88

99
jobs:
1010
build:
11-
name: ${{ matrix.target }}
11+
name: ${{ matrix.target }}-${{ matrix.qt-version }}
1212
strategy:
1313
fail-fast: false
1414
matrix:
1515
target:
1616
- ubuntu-latest
17+
qt-version:
18+
- qt5
19+
- qt6
1720
runs-on: ${{ matrix.target }}
21+
env:
22+
qt6: ${{ matrix.qt-version == 'qt6' && 'yes' || 'no' }}
1823
steps:
1924
- uses: actions/checkout@v3
2025

@@ -58,7 +63,7 @@ jobs:
5863
- name: Upload artifacts
5964
uses: actions/upload-artifact@v4
6065
with:
61-
name: ${{ matrix.target }}
66+
name: ${{ matrix.target }}-${{ matrix.qt-version }}
6267
if-no-files-found: error
6368
path: |
6469
*.buildinfo

0 commit comments

Comments
 (0)