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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user