From: Thomas Weißschuh Date: Wed, 31 May 2023 08:15:11 +0000 (+0200) Subject: ci: prevent prompts during installation X-Git-Tag: v2.40-rc1~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b660e0c4df74b3e3d202768229390f610cba18c9;p=thirdparty%2Futil-linux.git ci: prevent prompts during installation Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild-setup-ubuntu.sh b/.github/workflows/cibuild-setup-ubuntu.sh index 89780b4649..423e38f998 100755 --- a/.github/workflows/cibuild-setup-ubuntu.sh +++ b/.github/workflows/cibuild-setup-ubuntu.sh @@ -2,6 +2,8 @@ set -ex +export DEBIAN_FRONTEND=noninteractive + apt-get -y update --fix-missing # Xenial uses btrfs-tools, but since Focal it's btrfs-progs