From 797ede1d8319c963a70fe6d813720b6eebfbf494 Mon Sep 17 00:00:00 2001 From: Frank Wagner Date: Mon, 5 Feb 2024 21:50:07 +0100 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index ea26bc23b86..211f49fde20 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -42,11 +42,6 @@ jobs: # pypiwin32 has to be installed with a Windows python version therefore # this step will configure python first on Windows and exports # its location for MSYS bash. - - name: install openssl - shell: cmd - run: | - choco install openssl -y - mklink /j C:\OpenSSL-Win64 "c:\Program Files\OpenSSL-Win64" - name: configure python in Windows cmdline shell: cmd run: |