From b0b78c0efbd96d0f16478d43eb0271f1df7bb851 Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 23 Jan 2021 01:15:20 +0700 Subject: [PATCH] try to fix cross included submodules with pico-sdk --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5b8cd6ae..f284e440e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,6 +85,8 @@ jobs: - name: Checkout Submodules run: | git submodule sync --recursive + # pico-sdk also include tinyusb, therefore we cannot recursive include it + git submodule update --init hw/mcu/raspberrypi/pico-sdk # Special case LWIP since GNU's Savannah can't do shallow checkout of non-tagged commits git submodule update --init --recursive lib/lwip git submodule update --init --recursive --depth 1