From e08b0a573f5784515940f4f9415ebe637a5455bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Milkovi=C4=8D?= Date: Tue, 13 Feb 2024 19:15:08 +0100 Subject: [PATCH] Fixed path in Windows CI build script --- .github/workflows/Windows/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows/install-deps.sh b/.github/workflows/Windows/install-deps.sh index 4ea110758..bcaf91410 100644 --- a/.github/workflows/Windows/install-deps.sh +++ b/.github/workflows/Windows/install-deps.sh @@ -8,4 +8,4 @@ choco install --no-progress openssl 7zip # FindOpenSSL.cmake in the version we have available. This moves the files # where the finder expects them. Otherwise mismatch between OpenSSL versions # can and will happen. -cp "/c/Program Files/lib/VC/x64/MD/*" "/c/Program Files/lib/VC/x64/" +cp "/c/Program Files/OpenSSL/lib/VC/x64/MD/*" "/c/Program Files/OpenSSL/lib/VC/x64/"