Update build.yml

This commit is contained in:
Jay Lee
2026-03-24 06:48:40 -04:00
committed by GitHub
parent 755f0aba87
commit 98bbc04c25

View File

@@ -376,8 +376,11 @@ jobs:
# echo "ARCHFLAGS=-arch arm64" >> $GITHUB_ENV
# ;;
#esac
strip "${OPENSSL_INSTALL_PATH}/bin/openssl"
if [[ "${RUNNER_OS}" != "Windows" ]]; then
strip "${OPENSSL_INSTALL_PATH}/bin/openssl.exe"
else
strip "${OPENSSL_INSTALL_PATH}/bin/openssl"
fi
- name: Run OpenSSL
if: matrix.goal == 'build'
run: |