.github: Attempt number 1231245432432 to install packages in runner

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-12-16 11:21:37 +01:00
parent 9c05d380f3
commit 753d6f0cda

View File

@ -11,7 +11,7 @@ jobs:
- name: Update packagage cache ...
run: sudo apt-get update
- name: Install build dependencies ...
run: DEBIAN_FRONTEND=noninteractive sudo apt-get -y install tree tshark
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -qq -y tree tshark
- uses: actions/checkout@v1
- name: Generate and run configure script ...
run: ./autogen.sh && ./configure