1
0
mirror of synced 2025-09-05 13:43:59 +03:00

Workaround for chocolatey issue with the latest OpenSSL

This commit is contained in:
yhirose
2025-08-06 17:54:08 -04:00
parent cdaed14925
commit 70cca55caf

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
run: choco install openssl --version 3.5.2 # workaround for chocolatey issue with the latest OpenSSL
- name: Configure CMake ${{ matrix.config.name }}
run: >
cmake -B build -S .