Skip to content

Commit f2a0e15

Browse files
authored
Update msbuild.yml
1 parent 7842dc6 commit f2a0e15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545

4646
- name: Search for openss library
4747
run: dir -Path 'C:\Program Files\OpenSSL\' -Filter libcrypto.lib -Recurse | %{$_.FullName}
48+
49+
- name: Copy openssl librarys
50+
run: Copy-Item "C:\Program Files\OpenSSL\lib\VC\x64\MT\*.lib" -Destination "C:\Program Files\OpenSSL\"
4851

4952
- name: Build
5053
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)