From 9e9351903af195a16c9c5938a996a394498bb797 Mon Sep 17 00:00:00 2001 From: Tolya <1449561+tolya-yanot@users.noreply.github.com> Date: Mon, 25 Apr 2022 01:43:31 +0300 Subject: [PATCH] Update win autobuild --- .github/workflows/windows2019x64-compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows2019x64-compile.yml b/.github/workflows/windows2019x64-compile.yml index 1f0c2a1c..e04c3feb 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_1m.msi + curl -o openssl.msi https://slproweb.com/download/Win64OpenSSL-1_1_1n.msi msiexec /i openssl.msi /quiet /qn /norestart - name: Build ton @@ -95,4 +95,4 @@ jobs: uses: actions/upload-artifact@master with: name: ton-win64-binaries - path: artifacts \ No newline at end of file + path: artifacts