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
|
||||
path: /_cache
|
||||
commands:
|
||||
- apk add --update cmake
|
||||
- pwd
|
||||
# - |
|
||||
# apt-get update && \
|
||||
|
|
|
@ -34,7 +34,8 @@ To use the project:
|
|||
|
||||
To build the project from source:
|
||||
|
||||
* GNU Make,
|
||||
* Make,
|
||||
* CMake
|
||||
* CrystalLang and Shards.
|
||||
|
||||
## Installation
|
||||
|
|
Loading…
Reference in a new issue