From 8cbc881528a1ef4287b51acd4e9893448c9ed593 Mon Sep 17 00:00:00 2001 From: r-log Date: Tue, 25 Aug 2026 21:09:02 +0200 Subject: [PATCH] [CI] Bump Windows OpenSSL installer to 3.6.4 slproweb.com dropped the 3.6.3 installer, so every Windows Build (MSVC) run fails in "Install full OpenSSL (developer)" with a 404 before compiling. Pin 3.6.4 with the SHA512 from slproweb's published hashes. --- .github/workflows/core_windows_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core_windows_build.yml b/.github/workflows/core_windows_build.yml index 258b1e223..222fc45f6 100644 --- a/.github/workflows/core_windows_build.yml +++ b/.github/workflows/core_windows_build.yml @@ -14,8 +14,8 @@ concurrency: cancel-in-progress: true env: - OPENSSL_VERSION: 3.6.3 - OPENSSL_SHA512: 120A2E9A3E8B961484CB94D52F85D48DC2C8AF777B5B3B9E26BF49B4408797281F7C0FB2D543FD7796B3C3232ADFAA0F675E7122C0E5C4225B3B02E767197AC6 + OPENSSL_VERSION: 3.6.4 + OPENSSL_SHA512: 4FF8244287A027B1A138F4E1B56F425DD0988A6247830F1D7A47C179DCDB29A6A485490630647A7638569EC09D5B75FF4DC2B10ACFA41AFC4C68D7C21B44EC7F jobs: build: