From 9c05d380f3f51fb481845cae1caf0122f12f8376 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 16 Dec 2019 11:18:01 +0100 Subject: [PATCH] Use non-interactive install Why isn't the runner configured to use this by default? --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index e635948..27a4d49 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -11,7 +11,7 @@ jobs: - name: Update packagage cache ... run: sudo apt-get update - name: Install build dependencies ... - run: sudo apt-get -y install tree tshark + run: DEBIAN_FRONTEND=noninteractive sudo apt-get -y install tree tshark - uses: actions/checkout@v1 - name: Generate and run configure script ... run: ./autogen.sh && ./configure