mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "MinGW - rename OpenSSL dll's in system32 directory"
This reverts commit 95c58d33cc
.
This commit is contained in:
parent
95c58d33cc
commit
1df2c8cefb
1 changed files with 0 additions and 3 deletions
3
.github/workflows/mingw.yml
vendored
3
.github/workflows/mingw.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue