1
0
mirror of synced 2025-11-02 08:53:14 +03:00

Fix problem with installing OpenSSL for Windows (#2254)

This commit is contained in:
yhirose
2025-10-25 22:35:21 -04:00
committed by GitHub
parent 2d8d524178
commit 318a3fe425

View File

@@ -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 .