try fetchRecurseSubmodules = false

This commit is contained in:
hathach
2021-01-23 14:26:59 +07:00
parent b0b78c0efb
commit a15f02dcc1
2 changed files with 2 additions and 2 deletions

View File

@@ -85,8 +85,6 @@ 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