From 7cdd53b1f5b6bfc05e4235e588cd44a9b949d5f5 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 27 Jan 2021 00:31:37 +0000 Subject: [PATCH] Set non-interactive flag when install from apt --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbb6c7e..0e600a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,9 +12,13 @@ jobs: steps: - name: Accept EULAs env: - DEBIAN_FRONTEND: interactive + DEBIAN_FRONTEND: noninteractive + DEBCONF_NONINTERACTIVE_SEEN: "true" run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections - name: Install dependencies + env: + DEBIAN_FRONTEND: noninteractive + DEBCONF_NONINTERACTIVE_SEEN: "true" run: > apt-get update && apt-get install -y -q autoconf