Skip to content

Commit

Permalink
Make LibXDP in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Oct 11, 2023
1 parent c12496a commit c089d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: sudo apt install -y llvm
- name: Install LibXDP Depedencies
run: sudo apt install -y libpcap-dev m4 gcc-multilib linux-tools-$(uname -r)
- name: Make and install LibXDP
run: make libxdp
- name: Make project
run: make
- name: Install project
Expand Down

0 comments on commit c089d82

Please sign in to comment.