From 236188e92fbc81e0d05f79ee1688daedbaf204dc Mon Sep 17 00:00:00 2001 From: Lorenz Kästle Date: Thu, 8 May 2025 08:59:36 +0200 Subject: Do not explicitely disable IPv6 in the CI --- .github/workflows/test-next.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index 81240759..fd59e85d 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml @@ -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 && \ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77ca6585..ce0ec547 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 && \ -- cgit v1.2.3-74-g34f1