chore: add missing cmake dependency
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b05d59ae54
commit
295456568a
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,7 @@ steps:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /_cache
|
path: /_cache
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --update cmake
|
||||||
- pwd
|
- pwd
|
||||||
# - |
|
# - |
|
||||||
# apt-get update && \
|
# apt-get update && \
|
||||||
|
|
|
@ -34,7 +34,8 @@ To use the project:
|
||||||
|
|
||||||
To build the project from source:
|
To build the project from source:
|
||||||
|
|
||||||
* GNU Make,
|
* Make,
|
||||||
|
* CMake
|
||||||
* CrystalLang and Shards.
|
* CrystalLang and Shards.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Reference in a new issue