Index: .github/workflows/freebsd.yml ================================================================== --- .github/workflows/freebsd.yml +++ .github/workflows/freebsd.yml @@ -15,11 +15,12 @@ with: usesh: true copyback: false prepare: | pkg install -y autoconf automake gnutls pkgconf + kldload sctp run: | ./autogen.sh ./configure OBJC=clang ${{ matrix.configure_flags }} make -j4 make check make install