mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Install libpcap-dev to build rust package pcap 0.9.1
This commit is contained in:
parent
310bd1a9fa
commit
7c56fd27a8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue