Update build.yml

This commit is contained in:
Jay Lee 2025-04-16 18:26:28 -04:00 committed by GitHub
parent 13cc34fde6
commit f846c81c01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -321,7 +321,8 @@ jobs:
- name: Install OpenSSL
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |
cd "${OPENSSL_SOURCE_PATH}"# install_sw saves us ages processing man pages :-)
cd "${OPENSSL_SOURCE_PATH}"
# install_sw saves us ages processing man pages :-)
$MAKE install_sw
if [[ "${RUNNER_OS}" != "Windows" ]]; then
echo "LDFLAGS=-L${OPENSSL_INSTALL_PATH}/lib" >> $GITHUB_ENV