Use non-interactive install
Why isn't the runner configured to use this by default?
This commit is contained in:
parent
722a77857f
commit
9c05d380f3
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user