From 3b05feba3205f204e5bda13d9dd14767a6f172de Mon Sep 17 00:00:00 2001 From: Glenn Date: Sun, 5 Feb 2023 18:44:12 +0100 Subject: [PATCH] ci: Add missing cmake --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a813c29..551fd1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: path: /stupid commands: - pwd + - apt-get update && apt-get install -y cmake - shards install - shards build