Skip to content

Commit

Permalink
Install tshark
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Nov 22, 2024
1 parent 9220d45 commit 9f0ff76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/demo-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -y \
build-essential dbus libdbus-glib-1-dev libgirepository1.0-dev \
python3-pip python3-wheel
python3-pip python3-wheel tshark
python -m pip install --upgrade pip
pip3 install '.[container]'
- name: Prep
Expand Down

0 comments on commit 9f0ff76

Please sign in to comment.