Skip to content

Commit 70cca55

Browse files
committed
Workaround for chocolatey issue with the latest OpenSSL
1 parent cdaed14 commit 70cca55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: vcpkg install gtest curl zlib brotli zstd
149149
- name: Install OpenSSL
150150
if: ${{ matrix.config.with_ssl }}
151-
run: choco install openssl
151+
run: choco install openssl --version 3.5.2 # workaround for chocolatey issue with the latest OpenSSL
152152
- name: Configure CMake ${{ matrix.config.name }}
153153
run: >
154154
cmake -B build -S .

0 commit comments

Comments
 (0)