From: Dessalines Date: Tue, 29 Mar 2022 18:05:18 +0000 (+0000) Subject: Fix arm submodule (#2174) X-Git-Url: http://these/git/%7Bicon?a=commitdiff_plain;h=2e65b31aa6b00b31dfea988cde66d6b1c11e3cd6;p=lemmy.git Fix arm submodule (#2174) --- diff --git a/.drone.yml b/.drone.yml index 311a116c..2b4ce894 100644 --- a/.drone.yml +++ b/.drone.yml @@ -154,6 +154,8 @@ steps: - apt update - apt install --no-install-recommends --yes git - git fetch --tags + - git submodule init + - git submodule update --recursive --remote # TODO temporarily disable arm tests # - name: cargo test