ci: Add missing cmake
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-02-05 18:44:12 +01:00
parent 970bc57980
commit 3b05feba32

View file

@ -11,6 +11,7 @@ steps:
path: /stupid path: /stupid
commands: commands:
- pwd - pwd
- apt-get update && apt-get install -y cmake
- shards install - shards install
- shards build - shards build