Make LibXDP in workflow.

This commit is contained in:
Christian Deacon
2023-10-11 22:44:07 +00:00
parent c12496abb6
commit c089d82aed

View File

@@ -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