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 c818c5bfbe - Show all commits

fix: preseed -y to automate CMake install with no prompts
All checks were successful
Build & Upload tux-dock / build (push) Successful in 1m11s

mrkmntal 2026-02-25 13:31:27 -05:00

View file

@ -15,7 +15,7 @@ jobs:
steps:
- name: Install CMake
run: |
apt-get update && apt-get install cmake
apt-get update && apt-get install -y cmake
echo "✅ CMake build tool installed."
- name: Clone current branch