mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
minor fixes, typos
This commit is contained in:
parent
1045a3200c
commit
b989e7232d
2 changed files with 8 additions and 11 deletions
|
@ -22,6 +22,12 @@ jobs:
|
||||||
sudo apt install -y build-essential git cmake ninja-build libc++-dev libc++abi-dev
|
sudo apt install -y build-essential git cmake ninja-build libc++-dev libc++abi-dev
|
||||||
sudo apt remove libgsl-dev
|
sudo apt remove libgsl-dev
|
||||||
|
|
||||||
|
- if: matrix.os == 'ubuntu-20.04'
|
||||||
|
run: |
|
||||||
|
sudo apt install -y manpages-dev software-properties-common
|
||||||
|
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||||
|
sudo apt update && sudo apt install gcc-11 g++-11
|
||||||
|
|
||||||
- if: matrix.os != 'ubuntu-24.04'
|
- if: matrix.os != 'ubuntu-24.04'
|
||||||
run: |
|
run: |
|
||||||
wget https://apt.llvm.org/llvm.sh
|
wget https://apt.llvm.org/llvm.sh
|
||||||
|
|
13
.github/workflows/create-release.yml
vendored
13
.github/workflows/create-release.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Download Linux x86-64 artifacts
|
- name: Download Linux x86-64 artifacts
|
||||||
uses: dawidd6/action-download-artifact@v6
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
workflow: build-ton-linux-x86-64-appimages.yml
|
workflow: build-ton-linux-x86-64-appimage.yml
|
||||||
path: artifacts
|
path: artifacts
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
skip_unpack: true
|
skip_unpack: true
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Download and unzip Linux x86-64 artifacts
|
- name: Download and unzip Linux x86-64 artifacts
|
||||||
uses: dawidd6/action-download-artifact@v6
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
workflow: build-ton-linux-x86-64-appimages.yml
|
workflow: build-ton-linux-x86-64-appimage.yml
|
||||||
path: artifacts
|
path: artifacts
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
skip_unpack: false
|
skip_unpack: false
|
||||||
|
@ -460,15 +460,6 @@ jobs:
|
||||||
asset_name: tonlib-cli-mac-arm64
|
asset_name: tonlib-cli-mac-arm64
|
||||||
tag: ${{ steps.tag.outputs.TAG }}
|
tag: ${{ steps.tag.outputs.TAG }}
|
||||||
|
|
||||||
# linux x86-64 appimages
|
|
||||||
- name: Upload Linux x86-64 artifacts 20
|
|
||||||
uses: svenstaro/upload-release-action@v2
|
|
||||||
with:
|
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
file: artifacts/ton-appimages-20.04.zip
|
|
||||||
asset_name: ton-appimages-20.04.zip
|
|
||||||
tag: ${{ steps.tag.outputs.TAG }}
|
|
||||||
|
|
||||||
# linux x86-64
|
# linux x86-64
|
||||||
|
|
||||||
- name: Upload Linux x86-64 artifacts
|
- name: Upload Linux x86-64 artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue