mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 11:15:14 +02:00
5 HOURS DEBUGGING THIS CRAP
This commit is contained in:
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
export PATH="/c/TDM-GCC-64/bin:$PATH"
|
export PATH="/c/TDM-GCC-64/bin:$PATH"
|
||||||
export OPENSSL_PREFIX="$(pwd)/openssl-install-64"
|
export OPENSSL_PREFIX="$(cygpath -w "$GITHUB_WORKSPACE")\\openssl-install-64"
|
||||||
echo "OPENSSL_PREFIX is: $OPENSSL_PREFIX"
|
echo "OPENSSL_PREFIX is: $OPENSSL_PREFIX"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user