]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: prevent prompts during installation
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 May 2023 08:15:11 +0000 (10:15 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Thu, 1 Jun 2023 10:16:34 +0000 (12:16 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild-setup-ubuntu.sh

index 3ffa9fcb37bd678e73038ad84a878163ec42faab..c7cc96c3cb6bc47a83ebc93798ed74083657b37a 100755 (executable)
@@ -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