Skip to content

Commit 98d2ca1

Browse files
fix updated socat yml file
1 parent 3d70fb1 commit 98d2ca1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/socat.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ concurrency:
1414

1515
jobs:
1616
build_wolfssl:
17+
name: Build wolfSSL
1718
runs-on: ubuntu-latest
1819
timeout-minutes: 4
19-
- name: Build wolfSSL
20+
steps:
21+
- name: Build wolfSSL
2022
uses: wolfSSL/actions-build-autotools-project@v1
2123
with:
2224
path: wolfssl
2325
configure: --enable-maxfragment --enable-opensslall --enable-opensslextra --enable-dtls --enable-oldtls --enable-tlsv10 --enable-ipv6 'CPPFLAGS=-DWOLFSSL_NO_DTLS_SIZE_CHECK -DOPENSSL_COMPATIBLE_DEFAULTS'
2426
install: true
2527

26-
- name: Upload built lib
28+
- name: Upload built lib
2729
uses: actions/upload-artifact@v4
2830
with:
2931
name: wolf-install-socat

0 commit comments

Comments
 (0)