This repository was archived by the owner on Jun 16, 2024. It is now read-only.
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
set -e
7
7
8
+ apt-get update && apt-get upgrade -y
8
9
apt-get update && apt-get install -y \
9
10
zip cmake ninja-build extra-cmake-modules kirigami2-dev \
10
11
libkf5config-dev libkf5configwidgets-dev libkf5coreaddons-dev \
11
12
libkf5declarative-dev libkf5i18n-dev libkf5kcmutils-dev \
12
13
libkdecorations2-dev libqt5svg5-dev qml-module-qtquick* qtbase5-dev \
13
- qtdeclarative5-dev qtquickcontrols2-5-dev g++
14
+ qtdeclarative5-dev qtquickcontrols2-5-dev g++ libqt5gui5
Original file line number Diff line number Diff line change 57
57
58
58
build :
59
59
name : Build
60
- container : ubuntu:21.10
60
+ container : ubuntu:22.04
61
61
env :
62
62
DEBIAN_FRONTEND : noninteractive
63
63
runs-on : ubuntu-latest
77
77
78
78
test :
79
79
name : Unit Tests
80
- container : ubuntu:21.10
80
+ container : ubuntu:22.04
81
81
env :
82
82
DEBIAN_FRONTEND : noninteractive
83
83
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 27
27
publish-artifacts :
28
28
name : Publish Artifacts
29
29
runs-on : ubuntu-latest
30
- container : ubuntu:21.10
30
+ container : ubuntu:22.04
31
31
env :
32
32
DEBIAN_FRONTEND : noninteractive
33
33
needs : release-please
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [ -f /etc/os-release ]; then
19
19
libkf5declarative-dev libkf5i18n-dev libkf5kcmutils-dev \
20
20
libkf5globalaccel-dev libkdecorations2-dev libqt5svg5-dev \
21
21
qml-module-qtquick* qtbase5-dev \
22
- qtdeclarative5-dev qtquickcontrols2-5-dev g++
22
+ qtdeclarative5-dev qtquickcontrols2-5-dev
23
23
;;
24
24
25
25
" fedora" )
You can’t perform that action at this time.
0 commit comments