Skip to content

Commit

Permalink
Fixed github action workflow (#1192)
Browse files Browse the repository at this point in the history
* Debug github action workflow

* Putting expansion outside of quotes

zsh seems to be fine with it but bash behaves differently

* Copy the files even 1 folder up
  • Loading branch information
metthal committed Feb 14, 2024
1 parent f9ec407 commit f4c9304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit f4c9304

Please sign in to comment.