Install libpcap-dev to build rust package pcap 0.9.1

This commit is contained in:
Pierre Lalet 2022-01-02 15:53:02 +01:00
parent 310bd1a9fa
commit 7c56fd27a8

View file

@ -37,6 +37,9 @@ jobs:
command: fmt
args: -- --check
- name: Install packages for build
run: sudo apt-get -q update && sudo apt-get -qy install libpcap-dev
- name: Run cargo build
uses: actions-rs/cargo@v1
with: