Skip to content

Commit ccbc9f1

Browse files
committed
CI: set kernel_dir for meson setup
1 parent fd8431d commit ccbc9f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
apt-get -qq update
2121
apt-get -qq install -y libssl-dev ninja-build
2222
cd dpdk
23-
meson -Denable_kmods=true build
23+
meson setup build -Dkernel_dir=/lib/modules/6.8.0-64-generic/build
2424
ninja -C build install
2525
- name: Compile f-stack
2626
run: |

0 commit comments

Comments
 (0)