Skip to content

Commit 377777e

Browse files
committed
cicd: make openssl installation step stable
It always getting broken due to the version being removed from the server. If we drop version it will pull newest version, which should work just fine.
1 parent d6ae040 commit 377777e

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

0 commit comments

Comments
 (0)