Do not explicitely disable IPv6 in the CI

This commit is contained in:
Lorenz Kästle 2025-05-08 08:59:36 +02:00
parent 35d957fa5c
commit 236188e92f
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
${{ matrix.distro }} \
/bin/sh -c '${{ matrix.prepare }} && \
tools/setup && \
./configure --enable-libtap --with-ipv6=no && \
./configure --enable-libtap && \
make && \
make test && \
make dist && \

View file

@ -35,7 +35,7 @@ jobs:
${{ matrix.distro }} \
/bin/sh -c '${{ matrix.prepare }} && \
tools/setup && \
./configure --enable-libtap --with-ipv6=no && \
./configure --enable-libtap && \
make && \
make test && \
make dist && \