chore: add missing cmake dependency
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-12-25 20:02:23 +01:00
parent b05d59ae54
commit 295456568a
2 changed files with 3 additions and 1 deletions

View file

@ -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 && \

View file

@ -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