We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe4f6f commit 09d4930Copy full SHA for 09d4930
.github/workflows/windows.yml
@@ -60,8 +60,8 @@ jobs:
60
run: |
61
vcpkg integrate install
62
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
+ Copy-Item C:\vcpkg\installed\x64-windows\bin\libcrypto-3-x64.dll C:\vcpkg\installed\x64-windows\bin\libcrypto.dll
+ Copy-Item C:\vcpkg\installed\x64-windows\bin\libssl-3-x64.dll C:\vcpkg\installed\x64-windows\bin\libssl.dll
65
Get-ChildItem C:\vcpkg\installed\x64-windows\bin
66
Get-ChildItem C:\vcpkg\installed\x64-windows\lib
67
0 commit comments