Install cmake package
Some checks failed
BattleCap test mode / Build BattleCap (push) Failing after 20s
Some checks failed
BattleCap test mode / Build BattleCap (push) Failing after 20s
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Install cmake package
|
||||
run: sudo apt update -y && sudo apt install cmake -y
|
||||
- name: Cmake prepare part
|
||||
run: mkdir build && cd build && cmake ..
|
||||
- name: Build project
|
||||
|
||||
Reference in New Issue
Block a user