Update build.yml

This commit is contained in:
Jay Lee
2022-10-24 18:07:32 -04:00
committed by GitHub
parent a8a9cfb2ab
commit 9582e6840a

View File

@@ -245,9 +245,6 @@ jobs:
- name: Make OpenSSL
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |
if [[ "${RUNNER_OS}" == "Windows" ]]; then
export CL="/MP"
fi
for openssl_arch in $openssl_archs; do
cd "${GITHUB_WORKSPACE}/src/openssl-${openssl_arch}"
$MAKE "${MAKEOPT}"