Skip to content

Commit

Permalink
Debug github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Feb 13, 2024
1 parent e08b0a5 commit 8756d4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Windows/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ 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.
set -x
ls -la "/c/Program Files/"
ls -la "/c/Program Files/OpenSSL/"
ls -la "/c/Program Files/OpenSSL/lib/"
ls -la "/c/Program Files/OpenSSL/lib/VC/"
ls -la "/c/Program Files/OpenSSL/lib/VC/x64/"
ls -la "/c/Program Files/OpenSSL/lib/VC/x64/MD/"
cp "/c/Program Files/OpenSSL/lib/VC/x64/MD/*" "/c/Program Files/OpenSSL/lib/VC/x64/"

0 comments on commit 8756d4b

Please sign in to comment.