Install cmake package
Some checks failed
BattleCap test mode / Build BattleCap (push) Failing after 20s

This commit is contained in:
2025-09-03 23:46:29 +03:00
parent b7c9f24bba
commit 140c814135

View File

@@ -14,6 +14,8 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Install cmake package
run: sudo apt update -y && sudo apt install cmake -y
- name: Cmake prepare part - name: Cmake prepare part
run: mkdir build && cd build && cmake .. run: mkdir build && cd build && cmake ..
- name: Build project - name: Build project