1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-09 12:02:59 +00:00

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

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: |