mirror of
https://github.com/avast/retdec.git
synced 2024-11-23 04:49:53 +00:00
Fixed github action workflow (#1192)
* 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
This commit is contained in:
parent
f9ec407fbe
commit
f4c930408d
2
.github/workflows/Windows/install-deps.sh
vendored
2
.github/workflows/Windows/install-deps.sh
vendored
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user