Skip to content

Commit 159c0f7

Browse files
committed
build.yaml: Cover Qt 6 on ubuntu-22.04 as well
1 parent c80d82a commit 159c0f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
qt_major: 5
4242
qt_qmake: qmake
4343
qt_packages: qt5-qmake qtbase5-dev
44+
- runs-on: ubuntu-22.04
45+
qt_major: 6
46+
qt_qmake: qmake6
47+
qt_packages: qmake6 qt6-base-dev libqt6core5compat6-dev
4448
- runs-on: ubuntu-22.04
4549
qt_major: 5
4650
qt_qmake: qmake

0 commit comments

Comments
 (0)