From 5c5033898d390240b130bd4c5c2fac5c5cfdd89b Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Thu, 14 Oct 2021 23:10:30 -0700 Subject: [PATCH] update submodules before testing --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d55db56..f8611ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: build image: espressif/idf:release-v4.1 commands: + - git submodule update --init - if [ -f sdkconfig ]; then - rm sdkconfig - fi