fix windows ci?

This commit is contained in:
Rob Ede 2021-02-12 04:12:08 +00:00
parent 5f6bbc0a16
commit 094bad64bb
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 5 additions and 0 deletions

View File

@ -44,7 +44,12 @@ jobs:
if: matrix.target.os == 'windows-latest'
run: |
vcpkg integrate install
vcpkg update
vcpkg install openssl:x64-windows
Copy-Item C:\vcpkg\installed\x64-windows\bin\libcrypto-1_1-x64.dll C:\vcpkg\installed\x64-windows\bin\libcrypto.dll
Copy-Item C:\vcpkg\installed\x64-windows\bin\libssl-1_1-x64.dll C:\vcpkg\installed\x64-windows\bin\libssl.dll
Get-ChildItem C:\vcpkg\installed\x64-windows\bin
Get-ChildItem C:\vcpkg\installed\x64-windows\lib
- uses: actions/checkout@v2