Skip to content

Commit

Permalink
build: bump Windows OpenSSL version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Feb 17, 2024
1 parent 2703974 commit 8479f41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,11 @@ jobs:
working-directory: vendor
shell: cmd
run: |
curl -Lo OpenSSL.exe "https://slproweb.com/download/Win64OpenSSL-3_1_5.exe" --fail
curl -Lo OpenSSL.exe "https://slproweb.com/download/Win64OpenSSL-3_2_1.exe" --fail
OpenSSL.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /DIR="%OPENSSL_ROOT_DIR%"
rm OpenSSL.exe
dir %OPENSSL_ROOT_DIR%
dir %OPENSSL_ROOT_DIR%\bin
- name: Download MySQL driver
if: steps.vendor-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8479f41

Please sign in to comment.