Skip to content

Commit e67a29c

Browse files
richardpringledannywillems
authored andcommitted
Install dynamic-lib dependency
1 parent 006fe09 commit e67a29c

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
@@ -274,6 +274,9 @@ jobs:
274274
- name: Setup build dependencies
275275
uses: ./.github/actions/setup-build-deps
276276

277+
- name: Install libpcap
278+
run: sudo apt-get update && sudo apt-get install -y libpcap-dev
279+
277280
- name: Use shared OCaml setting up steps
278281
uses: ./.github/actions/setup-ocaml
279282
with:

0 commit comments

Comments
 (0)