Skip to content

Commit 08b738f

Browse files
committed
windows: update openssl library
1 parent 8e7b50a commit 08b738f

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.2 -f -y --no-progress
118+
choco install openssl --version=3.5.3 -f -y --no-progress
119119
120120
- name: Install Conan
121121
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)