From 3a8159b1e152fe79dda849118a56e6218a39bfa2 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Thu, 17 Nov 2022 18:12:33 -0300 Subject: [PATCH] CI: work around cloning submodules based on https://github.com/actions/checkout/issues/758#issuecomment-1097027361 --- .github/workflows/test-and-deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 9141c6bb8d..6f9c1972da 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -226,9 +226,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - submodules: recursive - + run: | + git submodule update --init --recursive # We use our own pimod as upstream doesn't provide armv7 images - name: Pimod Build