summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-14 19:57:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-14 19:57:07 +0900
commit1df2c8cefb4bb9a36f5241b407ebb13f7550669f (patch)
treec6938973e9c20f90d11518ba588a0759db179f1f /.github
parent95c58d33cc6925f08d45c00b88367c702f61f428 (diff)
Revert "MinGW - rename OpenSSL dll's in system32 directory"
This reverts commit 95c58d33cc6925f08d45c00b88367c702f61f428.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml3
1 files changed, 0 insertions, 3 deletions
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