fix the kernel-modules-extra installation

sctp module is included in kernel-modules-extra not
kernel-modules.

Related: rhbz#1982820

Signed-off-by: Xin Long <lxin@redhat.com>
This commit is contained in:
Xin Long 2021-12-01 14:58:03 -05:00
parent 65c4ee7262
commit 379332bf5d

View File

@ -12,7 +12,7 @@
- gcc
tests:
- install-kernel-modules:
run: dnf install -y kernel-modules-`uname -r`
run: dnf install -y kernel-modules-extra
- build-test:
dir: ./source
run: modprobe sctp && ./bootstrap && ./configure && make