Update build.yml

This commit is contained in:
Jay Lee
2023-03-06 09:43:50 -05:00
committed by GitHub
parent 9f1e9934ff
commit 013b47e6e7

View File

@ -12,7 +12,7 @@ defaults:
working-directory: src working-directory: src
env: env:
CFLAGS=: -DOPENSSL_TLS_SECURITY_LEVEL=2 CFLAGS=: "-D\"OPENSSL_TLS_SECURITY_LEVEL=2\""
OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0 OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl