From 2ec53807a29a346bf2ede0a2ec4751377ed28861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C4=83zvan=20Crainea?= Date: Thu, 7 Mar 2024 13:18:56 +0200 Subject: [PATCH] actions: add tcpdump dependency --- actions/Prepare_SIPssert/action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/actions/Prepare_SIPssert/action.yml b/actions/Prepare_SIPssert/action.yml index fb1b008..709cd77 100644 --- a/actions/Prepare_SIPssert/action.yml +++ b/actions/Prepare_SIPssert/action.yml @@ -18,7 +18,12 @@ runs: repository: ${{ inputs.sipssert-repo }} path: sipssert - - name: Install SIPssert + - name: Install SIPssert requirements + run: | + sudo apt update && sudo apt install -y tcpdump + shell: bash + + - name: Install SIPssert framework run: | cd sipssert python3 setup.py install --user clean