Skip to content

Commit f272cf4

Browse files
committed
OpenSSL -> psutil -> cache lock hang?
1 parent 8d4b14a commit f272cf4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,6 @@ jobs:
285285
if: env.SSH_PRIVATE_KEY != ''
286286
with:
287287
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
288-
- name: Install OpenSSL (Windows)
289-
shell: powershell
290-
run: |
291-
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
292-
vcpkg install openssl:x64-windows-static-md
293288
- name: Run Tests
294289
uses: pex-tool/actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
295290
continue-on-error: true

0 commit comments

Comments
 (0)