From fdbf018672d33fad69e3a08d47931e2b6d2170d3 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 7 Jul 2024 01:25:46 +0200 Subject: [PATCH] Add submodules support to CI --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4bf34df..2a2b4e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: continuous integration +clone: + depth: 1 + submodules: true + environment: ZIG_VERSION: 0.13.0