From 4a725b1265776d47e21558a15bc7ed686e098d60 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 6 Nov 2024 07:41:18 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da5c5f4..c606bbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ defaults: shell: bash env: - OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0 no-deprecated + OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0 OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl PYTHON_INSTALL_PATH: ${{ github.workspace }}/bin/python