Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit b38d227

Browse files
authored
Update win autobuild
1 parent ae5c072 commit b38d227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/windows2019x64-compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Install OpenSSL Win64
4040
run: |
41-
curl -o openssl.msi https://slproweb.com/download/Win64OpenSSL-1_1_1m.msi
41+
curl -o openssl.msi https://slproweb.com/download/Win64OpenSSL-1_1_1n.msi
4242
msiexec /i openssl.msi /quiet /qn /norestart
4343
4444
- name: Build ton
@@ -95,4 +95,4 @@ jobs:
9595
uses: actions/upload-artifact@master
9696
with:
9797
name: ton-win64-binaries
98-
path: artifacts
98+
path: artifacts

0 commit comments

Comments
 (0)