Accept any deps. to packages in runner install

This commit is contained in:
Joachim Nilsson
2019-12-16 11:00:56 +01:00
committed by GitHub
parent 4bbb813f1b
commit 55a12321c0

View File

@ -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