forked from wolfSSL/wolfssl
fix updated socat yml file
This commit is contained in:
6
.github/workflows/socat.yml
vendored
6
.github/workflows/socat.yml
vendored
@@ -14,16 +14,18 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
|
name: Build wolfSSL
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
- name: Build wolfSSL
|
steps:
|
||||||
|
- name: Build wolfSSL
|
||||||
uses: wolfSSL/actions-build-autotools-project@v1
|
uses: wolfSSL/actions-build-autotools-project@v1
|
||||||
with:
|
with:
|
||||||
path: wolfssl
|
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'
|
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
|
install: true
|
||||||
|
|
||||||
- name: Upload built lib
|
- name: Upload built lib
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wolf-install-socat
|
name: wolf-install-socat
|
||||||
|
Reference in New Issue
Block a user