mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 11:15:14 +02:00
???
This commit is contained in:
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user