1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

linux apps double check

This commit is contained in:
neodiX 2025-01-16 18:20:19 +04:00
parent 2b1c97a3b5
commit c018bba964

View file

@ -47,6 +47,12 @@ jobs:
./create-appimages.sh
rm -rf artifacts
- name: Quick test
run: |
./appimages/artifacts/lite-client --appimage-extract
ldd ./appimages/artifacts/squashfs-root/usr/bin/lite-client
./appimages/artifacts/lite-client -V
- name: Build TON libs
run: |
cp assembly/native/build-ubuntu-portable-libs.sh .