Skip to content

Commit 5c944b5

Browse files
committed
Update windows openssl to 3.5.1
3.4.1 was revoved from https://slproweb.com. And CICD became broken.
1 parent 3f7bcbb commit 5c944b5

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
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install OpenSSL for Windows
122122
if: runner.os == 'Windows'
123123
run: |
124-
choco install openssl --version=3.4.1 -f -y --no-progress
124+
choco install openssl --version=3.5.1 -f -y --no-progress
125125
126126
- name: Install Conan
127127
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)