Revert "Merge pull request #132 from eddc005/feat-pcap"
This reverts commitc453020349, reversing changes made to5723490a6c.
This commit is contained in:
6
.github/workflows/check.yaml
vendored
6
.github/workflows/check.yaml
vendored
@@ -23,9 +23,6 @@ jobs:
|
||||
with:
|
||||
go-version: 'stable'
|
||||
|
||||
- name: Install pcap
|
||||
run: sudo apt install -y libpcap-dev
|
||||
|
||||
- run: go vet ./...
|
||||
|
||||
- name: staticcheck
|
||||
@@ -47,7 +44,4 @@ jobs:
|
||||
with:
|
||||
go-version: 'stable'
|
||||
|
||||
- name: Install pcap
|
||||
run: sudo apt install -y libpcap-dev
|
||||
|
||||
- run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user