summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMSP-Greg <MSP-Greg@users.noreply.github.com>2020-02-05 19:57:18 -0600
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2020-02-14 19:39:30 +0900
commit95c58d33cc6925f08d45c00b88367c702f61f428 (patch)
tree87579ad21e6cb8b6bbe829d7fe3bfffbcd2cefb4 /.github/workflows
parent9bc815aa5fd14f26d62ff1d6189157d7f09e23cb (diff)
MinGW - rename OpenSSL dll's in system32 directory
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2886
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/mingw.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 1596adef49..19dcbb2e19 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -99,6 +99,9 @@ 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