summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-30 17:37:18 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-30 17:37:18 +0200
commitc8ba385cb9144e31d6f1fdf4b3ec6bccfc4123dd (patch)
treebe4c31af8266039655d1d73256a796f5defb739d /.ci
parentFix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378d (diff)
downloadnheko-c8ba385cb9144e31d6f1fdf4b3ec6bccfc4123dd.tar.xz
Install dependencies for arm manually to prevent timeout
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index d1bff54b..8d27d301 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -3,6 +3,7 @@
 set -ex
 
 if [ "$FLATPAK" ]; then
+	sudo apt-get -y install flatpak flatpak-builder elfutils
 	flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
 	flatpak --noninteractive install --user flathub org.kde.Platform//5.14
 	flatpak --noninteractive install --user flathub org.kde.Sdk//5.14