Skip to content

Commit a77ea62

Browse files
authored
cicd: update choco openssl package version to 3.4.1 (#423)
Old package 3.3.2 was removed from repo and not available anymore
1 parent 7263cea commit a77ea62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install OpenSSL for Windows
6969
if: runner.os == 'Windows'
7070
run: |
71-
choco install openssl --version=3.3.2 -f -y
71+
choco install openssl --version=3.4.1 -f -y
7272
7373
- name: Install Conan
7474
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)