Skip to content

Commit e9dfd74

Browse files
committed
Simplify CI yml
1 parent 90093af commit e9dfd74

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,13 @@ on:
88

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

0 commit comments

Comments
 (0)