From 7aaca3c6b8b309430b8a4b193c96a2eba02e3fb1 Mon Sep 17 00:00:00 2001 From: AlterEgo Date: Sun, 7 Jan 2024 08:14:02 -0600 Subject: [PATCH] Update winblows build file for openssl Signed-off-by: AlterEgo --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 796af6dcda..fe58d34f5f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -45,7 +45,7 @@ jobs: #cmake choco install -y cmake --pre #openssl - choco install -y openssl --version=1.1.1.3 + choco install -y openssl --version=3.2.0.0 #git bash shell shell: bash