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.
2 parents e9e42a7 + 5785e2d commit 1ae621eCopy full SHA for 1ae621e
1 file changed
.github/workflows/c-cpp.yml
@@ -8,13 +8,18 @@ on:
8
9
jobs:
10
build:
11
- name: ${{ matrix.target }}
+ name: ${{ matrix.target }}-${{ matrix.qt-version }}
12
strategy:
13
fail-fast: false
14
matrix:
15
target:
16
- ubuntu-latest
17
+ qt-version:
18
+ - qt5
19
+ - qt6
20
runs-on: ${{ matrix.target }}
21
+ env:
22
+ qt6: ${{ matrix.qt-version == 'qt6' && 'yes' || 'no' }}
23
steps:
24
- uses: actions/checkout@v3
25
@@ -58,7 +63,7 @@ jobs:
58
63
- name: Upload artifacts
59
64
uses: actions/upload-artifact@v4
60
65
with:
61
66
62
67
if-no-files-found: error
68
path: |
69
*.buildinfo
0 commit comments