Skip to content

Commit 6f26306

Browse files
authored
Merge pull request #377 from scylladb/dk/update-openssl-for-windows
Update openssl for windows
2 parents d768d74 + bd3e9b9 commit 6f26306

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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install OpenSSL for Windows
6262
if: runner.os == 'Windows'
6363
run: |
64-
choco install openssl --version=3.3.1 -f -y
64+
choco install openssl --version=3.3.2 -f -y
6565
6666
- name: Install Conan
6767
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)