Win32: OpenSSL 1.1 DLLs are no longer used

We are already using OpenSSL 3.3 and have no possibility to use system
provided DLLs.
This commit is contained in:
Nobuyoshi Nakada 2024-07-14 19:18:09 +09:00
parent 880b7f1513
commit 949573028b
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -149,15 +149,6 @@ jobs:
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
# We use OpenSSL instealled by vcpkg instead
- name: disable system OpenSSL
run: |
for %%I in (libcrypto-1_1-x64 libssl-1_1-x64) do (
ren c:\Windows\System32\%%I.dll %%I.dll_
)
# windows-2019 image doesn't have OpenSSL as of 2023/9/14
if: ${{ matrix.vs != 2019 }}
# TODO: We should use `../src` instead of `D:/a/ruby/ruby/src`
- name: Configure
run: >-