Skip to content

Commit ffb8cb7

Browse files
committed
try loading later these kernel modules
1 parent 59c8868 commit ffb8cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/freebsd/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ runs:
1212
prepare: |
1313
cd $GITHUB_WORKSPACE
1414
15-
kldload accf_http
16-
kldload tcp_bbr
1715
pkg install -y \
1816
autoconf \
1917
bison \
@@ -91,6 +89,8 @@ runs:
9189
run: |
9290
cd $GITHUB_WORKSPACE
9391
92+
kldload accf_http
93+
kldload tcp_bbr
9494
export SKIP_IO_CAPTURE_TESTS=1
9595
export CI_NO_IPV6=1
9696
export STACK_LIMIT_DEFAULTS_CHECK=1

0 commit comments

Comments
 (0)