Accept any deps. to packages in runner install
This commit is contained in:
parent
4bbb813f1b
commit
55a12321c0
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Build dependencies
|
||||
run: sudo apt install tree tshark
|
||||
run: 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