From 2166ee6e2f9b7f38e7e8a7ff0751fee4a122e966 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Thu, 5 Jun 2025 00:14:58 -0400 Subject: [PATCH] PICK ONE ARE YOU WINDOWS OR UNIX --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5e68e96..5d461fb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -73,7 +73,7 @@ jobs: shell: msys2 {0} run: | export PATH="/c/TDM-GCC-64/bin:$PATH" - export OPENSSL_PREFIX="$(cygpath -w "$GITHUB_WORKSPACE")\\openssl-install-64" + export OPENSSL_PREFIX="$(cygpath -m "$GITHUB_WORKSPACE")\\openssl-install-64" echo "OPENSSL_PREFIX is: $OPENSSL_PREFIX" git clone --branch openssl-${OPENSSL_VERSION} https://github.com/openssl/openssl.git cd openssl