Skip to content

Commit

Permalink
Revert "Install OpenSSL on Windows runners"
Browse files Browse the repository at this point in the history
This reverts commit fd78b31.
  • Loading branch information
anoadragon453 committed Apr 15, 2024
1 parent 70f1bf3 commit c33b3d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ 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 c33b3d9

Please sign in to comment.