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
No known key found for this signature in database
GPG Key ID: F6083B28CBCBC148
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

View File

@ -24,9 +24,6 @@ jobs:
with:
go-version: "1.22"
- name: Install pcap
run: sudo apt install -y libpcap-dev
- name: Build
env:
GOOS: ${{ matrix.goos }}