.github: simplify apt-get, from smcroute
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
523926a07d
commit
50307c142c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install build dependencies ...
|
- name: Install build dependencies ...
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get -y update
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install -qq -y tree tshark
|
sudo apt-get -y install tree tshark
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user