feat: migrate Tux-Dock to FTXUI TUI and CMake build flow #2

Merged
markmental merged 5 commits from dev into main 2026-02-25 18:53:16 +00:00
Showing only changes of commit a85be46880 - Show all commits

Install cmake in container for CI
Some checks failed
Build & Upload tux-dock / build (push) Failing after 12s

mrkmntal 2026-02-25 13:30:12 -05:00

View file

@ -13,6 +13,11 @@ jobs:
BRANCH: ${{ github.ref_name }}
COMMIT: ${{ github.sha }}
steps:
- name: Install CMake
run: |
apt-get update && apt-get install cmake
echo "✅ CMake build tool installed."
- name: Clone current branch
run: |
git clone --branch "$BRANCH" https://mentalnet.xyz/forgejo/markmental/tuxdock.git .