Skip to content

Commit

Permalink
try using openssl 3.4.0 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 23, 2024
1 parent 0305481 commit 6a39f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-openssl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
if: runner.os == 'Windows'
shell: bash
run: |
choco install openssl --version 3.1.1 -y --no-progress
choco install openssl --version 3.4.0 -y --no-progress
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit 6a39f4a

Please sign in to comment.