Skip to content

Commit fd78b31

Browse files
committed
Install OpenSSL on Windows runners
1 parent 3dbb511 commit fd78b31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
with:
7272
python-version: '3.10'
7373
architecture: ${{ matrix.platform.target }}
74+
- name: Install OpenSSL
75+
run: |
76+
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
77+
vcpkg install openssl:x64-windows-static-md
7478
- name: Build wheels
7579
uses: PyO3/maturin-action@v1
7680
with:

0 commit comments

Comments
 (0)