Skip to content

Commit

Permalink
Install OpenSSL on Windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 15, 2024
1 parent 3dbb511 commit fd78b31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.platform.target }}
- name: Install OpenSSL
run: |
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
vcpkg install openssl:x64-windows-static-md
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit fd78b31

Please sign in to comment.