Skip to content

Commit 9b46f1d

Browse files
committed
cicd: update windows openssl lib
Release pipeline is failing due to the lack of openssl library. https://slproweb.com don't keep old openssl versions.
1 parent c8d35ca commit 9b46f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install OpenSSL for Windows
116116
if: runner.os == 'Windows'
117117
run: |
118-
choco install openssl --version=3.5.1 -f -y --no-progress
118+
choco install openssl --version=3.5.2 -f -y --no-progress
119119
120120
- name: Install Conan
121121
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)