.github: Attempt number 1231245432432 to install packages in runner
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
9c05d380f3
commit
753d6f0cda
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Update packagage cache ...
|
- name: Update packagage cache ...
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
- name: Install build dependencies ...
|
- 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
|
- uses: actions/checkout@v1
|
||||||
- name: Generate and run configure script ...
|
- name: Generate and run configure script ...
|
||||||
run: ./autogen.sh && ./configure
|
run: ./autogen.sh && ./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user