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

This commit is contained in:
mrkmntal 2026-02-25 13:31:27 -05:00
commit c818c5bfbe

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