From d6412ee30b6e7f939af79e2deac1afcb46cce524 Mon Sep 17 00:00:00 2001 From: neodiX42 Date: Mon, 13 Sep 2021 10:58:29 +0200 Subject: [PATCH] Update windows2019x64-compile.yml Updating Win64 OpenSSL library --- .github/workflows/windows2019x64-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows2019x64-compile.yml b/.github/workflows/windows2019x64-compile.yml index ebeec849..54bfa1d6 100644 --- a/.github/workflows/windows2019x64-compile.yml +++ b/.github/workflows/windows2019x64-compile.yml @@ -38,7 +38,7 @@ jobs: - name: Install OpenSSL Win64 run: | - curl -o openssl.msi https://slproweb.com/download/Win64OpenSSL-1_1_1k.msi + curl -o openssl.msi https://slproweb.com/download/Win64OpenSSL-1_1_1L.msi msiexec /i openssl.msi /quiet /qn /norestart - name: Build ton