mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge pull request #17 from newton-blockchain/bugfix/bump-win64-action-to-fix-missing-openssl-archive
Bump OpenSSL MSI version
This commit is contained in:
commit
ed89b224d2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ccpp-win64.yml
vendored
2
.github/workflows/ccpp-win64.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Install OpenSSL Win64
|
||||
run: |
|
||||
curl -o openssl.msi https://slproweb.com/download/Win64OpenSSL-1_1_1i.msi
|
||||
curl -o openssl.msi https://slproweb.com/download/Win64OpenSSL-1_1_1j.msi
|
||||
msiexec /i openssl.msi /quiet /qn /norestart
|
||||
|
||||
- name: Build ton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue