MinGW - rename OpenSSL dll's in system32 directory
This commit is contained in:
parent
9bc815aa5f
commit
95c58d33cc
Notes:
git
2020-02-14 19:39:59 +09:00
3
.github/workflows/mingw.yml
vendored
3
.github/workflows/mingw.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user