From 98d2ca1d426b4c6d0e9f92819c20c601a1379059 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 13 Jun 2024 12:55:41 -0600 Subject: [PATCH] fix updated socat yml file --- .github/workflows/socat.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/socat.yml b/.github/workflows/socat.yml index f18161809f..b7c692ec4d 100644 --- a/.github/workflows/socat.yml +++ b/.github/workflows/socat.yml @@ -14,16 +14,18 @@ concurrency: jobs: build_wolfssl: + name: Build wolfSSL runs-on: ubuntu-latest timeout-minutes: 4 - - name: Build wolfSSL + steps: + - name: Build wolfSSL uses: wolfSSL/actions-build-autotools-project@v1 with: path: wolfssl configure: --enable-maxfragment --enable-opensslall --enable-opensslextra --enable-dtls --enable-oldtls --enable-tlsv10 --enable-ipv6 'CPPFLAGS=-DWOLFSSL_NO_DTLS_SIZE_CHECK -DOPENSSL_COMPATIBLE_DEFAULTS' install: true - - name: Upload built lib + - name: Upload built lib uses: actions/upload-artifact@v4 with: name: wolf-install-socat