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.
1 parent 90093af commit e9dfd74Copy full SHA for e9dfd74
1 file changed
.github/workflows/c-cpp.yml
@@ -8,18 +8,13 @@ on:
8
9
jobs:
10
build:
11
- name: ${{ matrix.target }}-${{ matrix.qt-version }}
+ name: ${{ matrix.target }}
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
0 commit comments