mirror of
https://github.com/apernet/OpenGFW.git
synced 2024-11-13 13:59:24 +08:00
ci: install pcap for build 2
This commit is contained in:
parent
5e15fd6dd9
commit
0daaa32fc6
3
.github/workflows/check.yaml
vendored
3
.github/workflows/check.yaml
vendored
@ -47,4 +47,7 @@ jobs:
|
||||
with:
|
||||
go-version: 'stable'
|
||||
|
||||
- name: Install pcap
|
||||
run: sudo apt install -y libpcap-dev
|
||||
|
||||
- run: go test ./...
|
||||
|
Loading…
Reference in New Issue
Block a user