Skip to content

Commit f4d65dd

Browse files
committed
fix: matrix windows install openssl
1 parent b43488a commit f4d65dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
coverage: true
7272
steps:
7373
- uses: actions/checkout@v2
74+
- name: install openssl on windows
75+
run: vcpkg install openssl:x64-windows
76+
if: ${{ matrix.os == 'windows-latest' }}
7477
- uses: actions-rs/toolchain@v1
7578
with:
7679
toolchain: ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)