Update OpenSSL version to 3.6.2 in workflow

This commit is contained in:
AlterEgo 2026-05-09 20:36:16 -05:00 committed by GitHub
parent ce75048ede
commit eb00e3f5de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
#cmake
choco install -y cmake --pre
#openssl
choco install -y openssl --version=3.5.4
choco install -y openssl --version=3.6.2
#git bash shell
shell: bash