Skip to content

Commit

Permalink
ci: force openssl version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 1, 2024
1 parent 643a80b commit 5246d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5246d24

Please sign in to comment.