Browse Source

Install OpenSSL Light v1.1.1.20181020

Ugochukwu Mmaduekwe 1 month ago
parent
commit
81b688c831
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/make.yml

+ 1 - 1
.github/workflows/make.yml

@@ -50,7 +50,7 @@ jobs:
           Write-Host "Installing Lazarus and OpenSSL 1.1 via Chocolatey..."
           choco upgrade chocolatey -y
           choco install lazarus -y
-          choco install openssl.light -y
+          choco install openssl.light --version=1.1.1.20181020 -y
 
           Write-Host "Verifying installed packages..."
           choco list