mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Simple fix for 1.8.0.0 socat regressions
Future versions probably won't need this.
This commit is contained in:
2
.github/workflows/socat.yml
vendored
2
.github/workflows/socat.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user