Skip to content

Commit c32cf9c

Browse files
committed
install kernel-tools
1 parent 383da19 commit c32cf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
make -C tools/testing/selftests
5151
5252
# Download and test current kernel
53-
dnf install kernel -y
53+
dnf install kernel kernel-tools -y
5454
vng -r /lib/modules/*/vmlinuz --cpus $(nproc) --qemu /usr/libexec/qemu-kvm --disable-microvm --force-initramfs --rw -- sh -c 'uname -r && make kselftest SKIP_TARGETS="breakpoints drivers/net/bonding lkdtm proc"' | tee selftests-before.log
5555
5656
# Test our source built kernel

0 commit comments

Comments
 (0)