Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit df033fd

Browse files
authored
ci: fix the build by updating to ubuntu 20.04
1 parent 03b5368 commit df033fd

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/scripts/sysdep-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
set -e
77

8+
apt-get update && apt-get upgrade -y
89
apt-get update && apt-get install -y \
910
zip cmake ninja-build extra-cmake-modules kirigami2-dev \
1011
libkf5config-dev libkf5configwidgets-dev libkf5coreaddons-dev \
1112
libkf5declarative-dev libkf5i18n-dev libkf5kcmutils-dev \
1213
libkdecorations2-dev libqt5svg5-dev qml-module-qtquick* qtbase5-dev \
13-
qtdeclarative5-dev qtquickcontrols2-5-dev g++
14+
qtdeclarative5-dev qtquickcontrols2-5-dev g++ libqt5gui5

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
build:
5959
name: Build
60-
container: ubuntu:21.10
60+
container: ubuntu:22.04
6161
env:
6262
DEBIAN_FRONTEND: noninteractive
6363
runs-on: ubuntu-latest
@@ -77,7 +77,7 @@ jobs:
7777
7878
test:
7979
name: Unit Tests
80-
container: ubuntu:21.10
80+
container: ubuntu:22.04
8181
env:
8282
DEBIAN_FRONTEND: noninteractive
8383
runs-on: ubuntu-latest

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish-artifacts:
2828
name: Publish Artifacts
2929
runs-on: ubuntu-latest
30-
container: ubuntu:21.10
30+
container: ubuntu:22.04
3131
env:
3232
DEBIAN_FRONTEND: noninteractive
3333
needs: release-please

scripts/sysdep-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -f /etc/os-release ]; then
1919
libkf5declarative-dev libkf5i18n-dev libkf5kcmutils-dev \
2020
libkf5globalaccel-dev libkdecorations2-dev libqt5svg5-dev \
2121
qml-module-qtquick* qtbase5-dev \
22-
qtdeclarative5-dev qtquickcontrols2-5-dev g++
22+
qtdeclarative5-dev qtquickcontrols2-5-dev
2323
;;
2424

2525
"fedora")

0 commit comments

Comments
 (0)