Install cmake in container for CI
Some checks failed
Build & Upload tux-dock / build (push) Failing after 12s
Some checks failed
Build & Upload tux-dock / build (push) Failing after 12s
This commit is contained in:
parent
00e5347d55
commit
a85be46880
1 changed files with 5 additions and 0 deletions
|
|
@ -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