Skip to content

Commit 2a6b006

Browse files
committed
install dpdk
1 parent ccb3021 commit 2a6b006

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ jobs:
1212
# well on Windows or Mac. You can convert this to a matrix build if you need
1313
# cross-platform coverage.
1414
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616

1717
steps:
1818
- uses: actions/checkout@v2
1919

20+
- name: Install DPDK Development Files
21+
run: sudo apt update && sudo apt install dpdk-dev
22+
2023
- name: Create Build Environment
2124
# Some projects don't allow in-source building, so create a separate build directory
2225
# We'll use this as our working directory for all subsequent commands

0 commit comments

Comments
 (0)