From d76cfd9ff4fa9ded0382279b35667769263b9134 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 25 Jul 2021 15:27:51 +0200 Subject: [PATCH] Fix yaml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b282ad2..92caedae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ build:linux_release: needs: - check script: - - apt update -y + - apt update -y # Otherwise libglib2 needs interaction - export DEBIAN_FRONTEND=noninteractive - apt install apt-transport-https ca-certificates gnupg software-properties-common wget software-properties-common wget python3-pip -y