Skip to content

Commit

Permalink
actions: add tcpdump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea authored Mar 7, 2024
1 parent 61828e0 commit 2ec5380
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion actions/Prepare_SIPssert/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ec5380

Please sign in to comment.