This commit is contained in:
TheTank20
2025-06-04 20:04:51 -04:00
parent 8723928e48
commit b41b596e54

View File

@@ -71,8 +71,7 @@ jobs:
if: steps.cache-openssl.outputs.cache-hit != 'true'
shell: msys2 {0}
run: |
export PATH="/c/TDM-GCC-64/bin:$PATH"
export OPENSSL_PREFIX="${GITHUB_WORKSPACE}/openssl-install-64"
export OPENSSL_PREFIX="$(pwd)/openssl-install-64"
git clone --branch openssl-${OPENSSL_VERSION} https://github.com/openssl/openssl.git
cd openssl
./Configure mingw64 no-shared --prefix="${OPENSSL_PREFIX}"