From 54074411992a83c100afdba7bf9370c67296f455 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 23 Apr 2020 10:39:05 +0200 Subject: [PATCH] chg: [workflow] add required packages --- .github/workflows/ccpp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 10ecb69..406fbd4 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,6 +13,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install dependencies + run: | + sudo apt install libpcap-dev libpcap libssl-dev libssl - name: configure run: ./configure - name: make