Skip to content

Commit c33b3d9

Browse files
committed
Revert "Install OpenSSL on Windows runners"
This reverts commit fd78b31.
1 parent 70f1bf3 commit c33b3d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pypi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ 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
7874
- name: Build wheels
7975
uses: PyO3/maturin-action@v1
8076
with:

0 commit comments

Comments
 (0)