diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-07-14 19:18:09 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-01-13 16:23:44 +0900 |
| commit | c293be8316545f26258065ce7996bc8ce555aa92 (patch) | |
| tree | 1f2b68444b27fb6f44b4fda57e25c170b897d23a | |
| parent | a5dcb5fdbb4f6a5241380b282455eab8c0150849 (diff) | |
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.
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c2bd4881c2..8cfd5acf36 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -109,9 +109,6 @@ jobs: for %%I in (C:\vcpkg\installed\x64-windows\bin\*.dll) do ( if not %%~nI == readline mklink %%~nxI %%I ) - for %%I in (libcrypto-1_1-x64 libssl-1_1-x64) do ( - ren c:\Windows\System32\%%I.dll %%I.dll_ - ) - name: Configure run: >- ../src/win32/configure.bat --disable-install-doc |
