ci: force openssl version 3.2.1

This commit is contained in:
Rob Ede 2024-02-01 06:01:28 +00:00
parent 643a80bff2
commit 5246d24aba
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

@ -37,7 +37,7 @@ jobs:
- name: Install OpenSSL
if: matrix.target.os == 'windows-latest'
run: choco install openssl -y --forcex64 --no-progress
run: choco install openssl -y --forcex64 --no-progress --version=3.2.1
- name: Set OpenSSL dir in env
if: matrix.target.os == 'windows-latest'
run: |