diff --git a/.drone.yml b/.drone.yml index 2a2b4e8..7f045d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,14 +2,15 @@ kind: pipeline type: docker name: continuous integration -clone: - depth: 1 - submodules: true - environment: ZIG_VERSION: 0.13.0 steps: + - name: submodules + image: ubuntu:latest + commands: + - git submodule update --init --recursive + - name: build image: ubuntu:latest commands: