File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,19 @@ jobs:
3434 matrix :
3535 include :
3636 - runs-on : ubuntu-24.04
37- qt : qt5-qmake
37+ qt_major : 5
38+ qt_packages : qt5-qmake qtbase5-dev
39+ - runs-on : ubuntu-24.04
40+ qt_major : 6
41+ qt_packages : qmake6 qt6-base-dev
42+ - runs-on : ubuntu-22.04
43+ qt_major : 5
44+ qt_packages : qt5-qmake qtbase5-dev
3845 - runs-on : ubuntu-22.04
39- qt : qt5-qmake
46+ qt_major : 6
47+ qt_packages : qmake6 qt6-base-dev
4048
41- name : Build (Linux, ${{ matrix.runs-on }})
49+ name : Build (Linux, ${{ matrix.runs-on }}, Qt ${{ matrix.qt_major }} )
4250 runs-on : ${{ matrix.runs-on }}
4351 steps :
4452 - name : ' Install build dependencies'
4957 build-essential \
5058 libapr1-dev \
5159 libsvn-dev \
52- ${{ matrix.qt }} \
53- qtbase5-dev \
60+ ${{ matrix.qt_packages }} \
5461 subversion
5562
5663 - name : ' Checkout Git branch'
You can’t perform that action at this time.
0 commit comments