1 parent e43807e commit 37ac10dCopy full SHA for 37ac10d
2 files changed
.github/workflows/ci.yml
@@ -16,6 +16,11 @@ jobs:
16
submodules: false
17
fetch-depth: 0
18
19
+ - name: Install system dependencies
20
+ run: |
21
+ sudo apt-get update
22
+ sudo apt-get install -y libpcap-dev
23
+
24
- name: Set up Go
25
uses: actions/setup-go@v5
26
with:
.github/workflows/release.yml
@@ -24,6 +24,11 @@ jobs:
27
28
29
30
31
32
33
34
0 commit comments