Skip to content

Commit

Permalink
Update OpenSSL version for Windows Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Sep 23, 2020
1 parent 57e6817 commit 2f70963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
working-directory: vendor
shell: cmd
run: |
curl -Lo OpenSSL.exe https://slproweb.com/download/Win64OpenSSL-1_1_1g.exe
curl -Lo OpenSSL.exe https://slproweb.com/download/Win64OpenSSL-1_1_1h.exe
OpenSSL.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /DIR="%OPENSSL_ROOT_DIR%"
rm OpenSSL.exe
Expand Down

0 comments on commit 2f70963

Please sign in to comment.