Skip to content

Commit d9b81bb

Browse files
chore: correct acction
1 parent 0b154a3 commit d9b81bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
~/go/pkg/mod
4848
~/.cache/go-build
4949
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
50-
50+
# -------------------------
51+
# Install ncap
52+
# -------------------------
53+
- name: Install libpcap
54+
run: sudo apt-get update && sudo apt-get install -y libpcap-dev
5155
# -------------------------
5256
# Build project
5357
# -------------------------

0 commit comments

Comments
 (0)