.github: simplify apt-get, from smcroute

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-11-22 05:02:28 +01:00
parent 523926a07d
commit 50307c142c

View File

@ -26,8 +26,8 @@ jobs:
steps:
- name: Install build dependencies ...
run: |
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -qq -y tree tshark
sudo apt-get -y update
sudo apt-get -y install tree tshark
- uses: actions/checkout@v2
- name: Configure
run: |