Skip to content

Commit 05375f5

Browse files
authored
Use OpenSSL Light
1 parent a0fbf70 commit 05375f5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/make.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,17 @@ jobs:
4747
$ErrorActionPreference = 'stop'
4848
Set-PSDebug -Strict
4949
50-
Write-Host "Installing Lazarus and OpenSSL via Chocolatey..."
50+
Write-Host "Installing Lazarus and OpenSSL 1.1 via Chocolatey..."
5151
choco upgrade chocolatey -y
5252
choco install lazarus -y
53-
choco install openssl -y
53+
choco install openssl.light -y
5454
5555
Write-Host "Verifying installed packages..."
5656
choco list
5757
58-
# Lazarus installs to C:\Lazarus by default via Chocolatey
59-
$env:Path += ';C:\Lazarus;C:\Lazarus\fpc\3.2.2\bin\x86_64-win64;C:\Program Files\OpenSSL-Win64\bin'
58+
# Lazarus installs to C:\Lazarus by default
59+
# Add Lazarus and OpenSSL paths for instantfpc
60+
$env:Path += ';C:\Lazarus;C:\Lazarus\fpc\3.2.2\bin\x86_64-win64;C:\ProgramData\chocolatey\lib\openssl.light\tools'
6061
6162
Write-Host "Checking lazbuild and instantfpc availability..."
6263
Get-Command lazbuild

0 commit comments

Comments
 (0)