From 1df2c8cefb4bb9a36f5241b407ebb13f7550669f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 14 Feb 2020 19:57:07 +0900 Subject: Revert "MinGW - rename OpenSSL dll's in system32 directory" This reverts commit 95c58d33cc6925f08d45c00b88367c702f61f428. --- .github/workflows/mingw.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 19dcbb2e19..1596adef49 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -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 -- cgit v1.2.3