Oops, remove LibXDP install in run workflow.
This commit is contained in:
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
@@ -23,8 +23,6 @@ jobs:
|
|||||||
run: sudo apt install libconfig-dev
|
run: sudo apt install libconfig-dev
|
||||||
- name: Install LibELF
|
- name: Install LibELF
|
||||||
run: sudo apt install libelf-dev
|
run: sudo apt install libelf-dev
|
||||||
- name: Make and install LibXDP
|
|
||||||
run: make libxdp
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls -la
|
run: ls -la
|
||||||
- name: Add execute permissions to executable file
|
- name: Add execute permissions to executable file
|
||||||
|
|||||||
Reference in New Issue
Block a user