diff --git a/.github/workflows/Windows/install-deps.sh b/.github/workflows/Windows/install-deps.sh index bcaf91410..b345d1976 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/OpenSSL/lib/VC/x64/MD/*" "/c/Program Files/OpenSSL/lib/VC/x64/" +cp "/c/Program Files/OpenSSL/lib/VC/x64/MD"/* "/c/Program Files/OpenSSL/lib/VC/"