We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d70fb1 commit 98d2ca1Copy full SHA for 98d2ca1
1 file changed
.github/workflows/socat.yml
@@ -14,16 +14,18 @@ concurrency:
14
15
jobs:
16
build_wolfssl:
17
+ name: Build wolfSSL
18
runs-on: ubuntu-latest
19
timeout-minutes: 4
- - name: Build wolfSSL
20
+ steps:
21
+ - name: Build wolfSSL
22
uses: wolfSSL/actions-build-autotools-project@v1
23
with:
24
path: wolfssl
25
configure: --enable-maxfragment --enable-opensslall --enable-opensslextra --enable-dtls --enable-oldtls --enable-tlsv10 --enable-ipv6 'CPPFLAGS=-DWOLFSSL_NO_DTLS_SIZE_CHECK -DOPENSSL_COMPATIBLE_DEFAULTS'
26
install: true
27
- - name: Upload built lib
28
+ - name: Upload built lib
29
uses: actions/upload-artifact@v4
30
31
name: wolf-install-socat
0 commit comments