Revert "ci: install pcap for build 2"

This reverts commit 0daaa32fc6.
This commit is contained in:
Haruue
2024-05-08 19:26:19 +08:00
parent cb0427bfbb
commit 301f9af3d4

View File

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