Skip to content

Commit 5f40c78

Browse files
Install dynamic-lib dependency
1 parent 8f58ec5 commit 5f40c78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ jobs:
259259
- name: Setup build dependencies
260260
uses: ./.github/actions/setup-build-deps
261261

262+
- name: Install libpcap
263+
run: sudo apt-get update && sudo apt-get install -y libpcap-dev
264+
262265
- name: Use shared OCaml setting up steps
263266
uses: ./.github/actions/setup-ocaml
264267
with:

0 commit comments

Comments
 (0)