From: Jaroslav Kysela Date: Tue, 2 Jun 2020 11:05:06 +0000 (+0200) Subject: github actions: ubuntu - fix the non-interactive build X-Git-Tag: v1.2.3~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b6aafc40a642f82cdecebe6acaeb006f96076e88;p=alsa-utils.git github actions: ubuntu - fix the non-interactive build Signed-off-by: Jaroslav Kysela --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba8c4c7..b26d73d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,6 +117,7 @@ jobs: steps: - name: Prepare run: | + export DEBIAN_FRONTEND=noninteractive apt-get update apt-get -y install apt-utils apt-get -y full-upgrade