feat: migrate Tux-Dock to FTXUI TUI and CMake build flow #2
1 changed files with 5 additions and 0 deletions
commit
a85be46880
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue