We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb3021 commit 2a6b006Copy full SHA for 2a6b006
.github/workflows/cmake.yml
@@ -12,11 +12,14 @@ jobs:
12
# well on Windows or Mac. You can convert this to a matrix build if you need
13
# cross-platform coverage.
14
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
16
17
steps:
18
- uses: actions/checkout@v2
19
20
+ - name: Install DPDK Development Files
21
+ run: sudo apt update && sudo apt install dpdk-dev
22
+
23
- name: Create Build Environment
24
# Some projects don't allow in-source building, so create a separate build directory
25
# We'll use this as our working directory for all subsequent commands
0 commit comments