Skip to content

Commit

Permalink
workflow: Install tcpdump
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets authored Jun 13, 2024
1 parent 6bc4e72 commit a09332e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Required dependencies
run: sudo apt-get install -y libnet1-dev libpcap-dev automake autoconf check
run: sudo apt-get install -y libnet1-dev libpcap-dev automake autoconf check tcpdump
- name: bootstrap
run: ./bootstrap.sh
- name: configure
Expand Down

0 comments on commit a09332e

Please sign in to comment.