Skip to content

Commit

Permalink
Install tcpreplay
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Oct 28, 2023
1 parent 237b5a1 commit db56413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt update && sudo apt -y install libpcap-dev libbpf-dev
sudo apt update && sudo apt -y install libpcap-dev libbpf-dev tcpreplay
- name: Configure PcapPlusPlus
run: cmake -DPCAPPP_USE_XDP=ON -S . -B $BUILD_DIR
Expand Down

0 comments on commit db56413

Please sign in to comment.