Skip to content

Commit

Permalink
fix updated socat yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Jun 13, 2024
1 parent 3d70fb1 commit 98d2ca1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/socat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98d2ca1

Please sign in to comment.