From 318a3fe425c7916c4f273400f9b4bbad1db088f9 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 25 Oct 2025 22:35:21 -0400 Subject: [PATCH] Fix problem with installing OpenSSL for Windows (#2254) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 45dc91c..135bf7b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -148,7 +148,7 @@ jobs: run: vcpkg install gtest curl zlib brotli zstd - name: Install OpenSSL if: ${{ matrix.config.with_ssl }} - run: choco install openssl --version 3.5.2 # workaround for chocolatey issue with the latest OpenSSL + run: choco install openssl - name: Configure CMake ${{ matrix.config.name }} run: > cmake -B build -S .