Skip to content

Commit

Permalink
Merge pull request #377 from scylladb/dk/update-openssl-for-windows
Browse files Browse the repository at this point in the history
Update openssl for windows
  • Loading branch information
dkropachev authored Sep 27, 2024
2 parents d768d74 + bd3e9b9 commit 6f26306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install OpenSSL for Windows
if: runner.os == 'Windows'
run: |
choco install openssl --version=3.3.1 -f -y
choco install openssl --version=3.3.2 -f -y
- name: Install Conan
if: runner.os == 'Windows'
Expand Down

0 comments on commit 6f26306

Please sign in to comment.