Skip to content

Commit

Permalink
build: bump OpenSSL version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Feb 16, 2024
1 parent c97aae3 commit 2703974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
working-directory: vendor
shell: cmd
run: |
curl -Lo OpenSSL.exe "https://slproweb.com/download/Win64OpenSSL-3_1_4.exe" --fail
curl -Lo OpenSSL.exe "https://slproweb.com/download/Win64OpenSSL-3_1_5.exe" --fail
OpenSSL.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /DIR="%OPENSSL_ROOT_DIR%"
rm OpenSSL.exe
Expand Down

0 comments on commit 2703974

Please sign in to comment.