Revert "ci: install pcap for build"

This reverts commit 5e15fd6dd9.
This commit is contained in:
Haruue
2024-05-08 19:26:15 +08:00
parent 7456e5907e
commit cb0427bfbb
2 changed files with 0 additions and 6 deletions

View File

@@ -23,9 +23,6 @@ jobs:
with:
go-version: 'stable'
- name: Install pcap
run: sudo apt install -y libpcap-dev
- run: go vet ./...
- name: staticcheck