mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 01:21:10 +00:00
ci: force openssl version 3.2.1
This commit is contained in:
parent
643a80bff2
commit
5246d24aba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue