We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06590b2 commit 2dd4272Copy full SHA for 2dd4272
.github/workflows/test.yaml
@@ -148,7 +148,7 @@ jobs:
148
run: vcpkg install gtest curl zlib brotli zstd
149
- name: Install OpenSSL
150
if: ${{ matrix.config.with_ssl }}
151
- run: choco install openssl
+ run: choco install openssl.light
152
- name: Configure CMake ${{ matrix.config.name }}
153
run: >
154
cmake -B build -S .
0 commit comments