Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fw2568 authored Feb 5, 2024
1 parent a42c8ee commit 797ede1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 797ede1

Please sign in to comment.