mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 06:08:38 -04:00
Do not explicitely disable IPv6 in the CI
This commit is contained in:
parent
35d957fa5c
commit
236188e92f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-next.yml
vendored
2
.github/workflows/test-next.yml
vendored
|
|
@ -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 && \
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue