Skip to content

Commit

Permalink
.github: install tcpdump, regression test dep
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 1, 2025
1 parent 9354b3f commit 68957ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install tree tshark valgrind
sudo apt-get -y install tree tcpdump tshark valgrind
- uses: actions/checkout@v4
- name: Configure
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Installing dependencies ...
run: |
sudo apt-get -y update
sudo apt-get -y install tree tshark valgrind
sudo apt-get -y install tree tcpdump tshark valgrind
- name: Creating Makefiles ...
run: |
./autogen.sh
Expand Down

0 comments on commit 68957ff

Please sign in to comment.