From c5185765eefa8bd686cd2659873ec274ee331da6 Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Thu, 14 May 2026 00:03:15 +0200 Subject: [PATCH] CI: Pin openssl version on Windows Must stick with OpenSSL 3 for now to stay compatbile with the asio version supported by websocketpp --- .github/scripts/.Wingetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/.Wingetfile b/.github/scripts/.Wingetfile index 74af7813..33fec568 100644 --- a/.github/scripts/.Wingetfile +++ b/.github/scripts/.Wingetfile @@ -1,4 +1,4 @@ package 'cmake', path: 'Cmake\bin', bin: 'cmake' package 'innosetup', path: 'Inno Setup 6', bin: 'iscc' -package 'OpenSSL', path: 'OpenSSL', bin: 'openssl' +package 'OpenSSL', path: 'OpenSSL', bin: 'openssl', version: '3.6.2' package 'Microsoft.VisualStudio.Locator', path: 'vswhere', bin: 'vswhere' \ No newline at end of file