Skip to content

Commit bd3e9b9

Browse files
committed
Update building library for windows openssl
3.3.1 was removed from the hosting, we need to update to 3.3.2 to keep CICD running
1 parent d768d74 commit bd3e9b9

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)