Update GitHub workflow with new depedencies.

This commit is contained in:
Christian Deacon
2023-06-06 21:35:28 +00:00
parent 0583b0f8f2
commit 91d9cf814f

View File

@@ -23,6 +23,8 @@ jobs:
run: sudo apt install -y libconfig-dev
- name: Install LLVM
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 project
run: make
- name: Install project