Revert "MinGW - rename OpenSSL dll's in system32 directory"

This reverts commit 95c58d33cc6925f08d45c00b88367c702f61f428.
This commit is contained in:
Hiroshi SHIBATA 2020-02-14 19:57:07 +09:00
parent 95c58d33cc
commit 1df2c8cefb
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -99,9 +99,6 @@ jobs:
- name: make all
timeout-minutes: 20
run: |
# Hopefully, GitHub will remove these files
ren C:\Windows\System32\libcrypto-1_1-x64.dll libcrypto-1_1-x64.dll_
ren C:\Windows\System32\libssl-1_1-x64.dll libssl-1_1-x64.dll_
$jobs = [int]$env:NUMBER_OF_PROCESSORS + 1
make -C build -j $jobs V=1