Skip to content

Commit

Permalink
ci: install pcap for build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed May 8, 2024
1 parent 5e15fd6 commit 0daaa32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
with:
go-version: 'stable'

- name: Install pcap
run: sudo apt install -y libpcap-dev

- run: go test ./...

0 comments on commit 0daaa32

Please sign in to comment.