From a4043110978c210bf2daa3e540f1a79cfec48998 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 11 Oct 2023 08:41:38 -0400 Subject: [PATCH] [no ci] actions: revert openssl.props copy --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3e5f5b4..9f85baad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -404,8 +404,7 @@ jobs: run: | cd "${env:PYTHON_SOURCE_PATH}" # We need out custom openssl.props which uses OpenSSL 3 DLL names - # NOTE this should no longer be necessary post Python 3.12. - # Copy-Item -Path "${env:GITHUB_WORKSPACE}\src\tools\openssl.props" -Destination PCBuild\ -Verbose + Copy-Item -Path "${env:GITHUB_WORKSPACE}\src\tools\openssl.props" -Destination PCBuild\ -Verbose echo "Building for ${env:PYBUILDRELEASE_ARCH}..." PCBuild\build.bat -m --pgo -c Release -p "${env:PYBUILDRELEASE_ARCH}"