Skip to content

Commit

Permalink
Upgrade Windows OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Sep 20, 2024
1 parent 1104114 commit 77365bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function FPC-Lazarus-Build-Install {
make bigide
$env:Path = "${lazarus};" + $env:Path

My-Download -Uri "https://slproweb.com/download/Win32OpenSSL_Light-3_1_6.exe" -OutFile openssl-install.exe
My-Download -Uri "https://slproweb.com/download/Win32OpenSSL_Light-3_1_7.exe" -OutFile openssl-install.exe
Start-Process -FilePath openssl-install.exe -Wait -ArgumentList "/sp-","/verysilent","/suppressmsgboxes","/norestart","/dir=${openssl}"
}

Expand Down

0 comments on commit 77365bb

Please sign in to comment.