From cbf60bd73bf9ce07521f9b92d0791b4d05872dce Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 25 Dec 2023 20:05:44 +0100 Subject: [PATCH] chore: add missing lexbor-dev dependency --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 299d5fc..00aa40c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: cache path: /_cache commands: - - apk add --update cmake + - apk add --update cmake lexbor-dev - pwd # - | # apt-get update && \