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

This commit is contained in:
mrkmntal 2026-02-25 13:30:12 -05:00
commit a85be46880

View file

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