Update CI workflow

This commit is contained in:
William Robinet 2020-08-28 12:26:10 +02:00
parent 54088cd561
commit 2c9f9f78f2

View file

@ -15,8 +15,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt install libpcap-dev libssl-dev
sudo apt install autoconf libpcap-dev libssl-dev
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure --with-pcap-lib=/usr/lib/x86_64-linux-gnu/
run: ./configure
- name: make
run: make