diff --git a/.github/workflows/socat.yml b/.github/workflows/socat.yml index 270c005fc..991b731f2 100644 --- a/.github/workflows/socat.yml +++ b/.github/workflows/socat.yml @@ -70,7 +70,7 @@ jobs: run: | patch -p1 < ../osp/socat/1.8.0.0/socat-1.8.0.0.patch autoreconf -vfi - ./configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir + ./configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir --enable-default-ipv=4 make - name: Run socat tests