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 2d8d524 commit 318a3feCopy full SHA for 318a3fe
.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 --version 3.5.2 # workaround for chocolatey issue with the latest OpenSSL
+ run: choco install openssl
152
- name: Configure CMake ${{ matrix.config.name }}
153
run: >
154
cmake -B build -S .
0 commit comments