CI: Build Jammy with Qt 6
This commit is contained in:
parent
5b7f507d9b
commit
bf9d87106e
|
@ -448,12 +448,12 @@ jobs:
|
||||||
libmtp-dev
|
libmtp-dev
|
||||||
libgpod-dev
|
libgpod-dev
|
||||||
- name: Install Qt 5
|
- name: Install Qt 5
|
||||||
if: matrix.ubuntu_version == 'bionic' || matrix.ubuntu_version == 'focal' || matrix.ubuntu_version == 'jammy'
|
if: matrix.ubuntu_version == 'bionic' || matrix.ubuntu_version == 'focal'
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
run: apt-get update && apt-get install -y qtbase5-dev qtbase5-dev-tools qttools5-dev qttools5-dev-tools libqt5x11extras5-dev
|
run: apt-get update && apt-get install -y qtbase5-dev qtbase5-dev-tools qttools5-dev qttools5-dev-tools libqt5x11extras5-dev
|
||||||
- name: Install Qt 6
|
- name: Install Qt 6
|
||||||
if: matrix.ubuntu_version != 'bionic' && matrix.ubuntu_version != 'focal' && matrix.ubuntu_version != 'jammy'
|
if: matrix.ubuntu_version != 'bionic' && matrix.ubuntu_version != 'focal'
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
run: apt-get update && apt-get install -y qt6-base-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools
|
run: apt-get update && apt-get install -y qt6-base-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools
|
||||||
|
|
Loading…
Reference in New Issue