Skip to content

Commit

Permalink
Putting expansion outside of quotes
Browse files Browse the repository at this point in the history
zsh seems to be fine with it but bash behaves differently
  • Loading branch information
metthal committed Feb 13, 2024
1 parent 8756d4b commit 79a5aa4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/Windows/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +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.
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/"
cp "/c/Program Files/OpenSSL/lib/VC/x64/MD"/* "/c/Program Files/OpenSSL/lib/VC/x64/"

0 comments on commit 79a5aa4

Please sign in to comment.