ci: install pcap for build 2

This commit is contained in:
Toby 2024-05-07 23:13:58 -07:00
parent 5e15fd6dd9
commit 0daaa32fc6
1 changed files with 3 additions and 0 deletions

View File

@ -47,4 +47,7 @@ jobs:
with:
go-version: 'stable'
- name: Install pcap
run: sudo apt install -y libpcap-dev
- run: go test ./...