Skip to content

Commit c704bcc

Browse files
authored
Install Openssl for Windows (#12)
1 parent 99f108f commit c704bcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
matrix:
5959
os: [macos-latest, windows-latest]
6060
steps:
61+
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
62+
if: runner.os == 'Windows'
63+
- run: vcpkg install openssl:x64-windows-static-md
64+
if: runner.os == 'Windows'
6165
- uses: actions/checkout@v3
6266
with:
6367
submodules: true

0 commit comments

Comments
 (0)