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:
parent
65c4ee7262
commit
379332bf5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user