Use non-interactive install

Why isn't the runner configured to use this by default?
This commit is contained in:
Joachim Nilsson 2019-12-16 11:18:01 +01:00 committed by GitHub
parent 722a77857f
commit 9c05d380f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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