Skip to content

Commit 09d4930

Browse files
authored
fix openssl build for windows (#105)
1 parent 3fe4f6f commit 09d4930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
run: |
6161
vcpkg integrate install
6262
vcpkg install openssl:x64-windows
63-
Copy-Item C:\vcpkg\installed\x64-windows\bin\libcrypto-1_1-x64.dll C:\vcpkg\installed\x64-windows\bin\libcrypto.dll
64-
Copy-Item C:\vcpkg\installed\x64-windows\bin\libssl-1_1-x64.dll C:\vcpkg\installed\x64-windows\bin\libssl.dll
63+
Copy-Item C:\vcpkg\installed\x64-windows\bin\libcrypto-3-x64.dll C:\vcpkg\installed\x64-windows\bin\libcrypto.dll
64+
Copy-Item C:\vcpkg\installed\x64-windows\bin\libssl-3-x64.dll C:\vcpkg\installed\x64-windows\bin\libssl.dll
6565
Get-ChildItem C:\vcpkg\installed\x64-windows\bin
6666
Get-ChildItem C:\vcpkg\installed\x64-windows\lib
6767

0 commit comments

Comments
 (0)