ctrl shift l moment

This commit is contained in:
TheTank20
2025-06-04 20:09:07 -04:00
parent b41b596e54
commit 9c01c93e77

View File

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