From 2b5ddcee56da4a1d35f47562d2d99dc6d716df57 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 24 Jun 2024 10:01:56 +0900 Subject: [PATCH] Removed obsoleted workaround for OpenSSL --- .github/workflows/windows.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7856190624..d9a8c23090 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -54,10 +54,6 @@ jobs: env: GITPULLOPTIONS: --no-tags origin ${{ github.ref }} OS_VER: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }} - # FIXME: This is a workaround for the vcpkg's issue present as of openssl 3.1.1 - # where OpenSSL's default modules directory is incorrectly set to C:\vcpkg\packages\openssl_x64-windows\bin - # cf. https://github.com/ruby/openssl/pull/635#issuecomment-1596833720 - OPENSSL_MODULES: C:\vcpkg\installed\x64-windows\bin steps: - run: md build