summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-23 14:26:59 +0700
committerhathach <[email protected]>2021-01-23 14:26:59 +0700
commita15f02dcc1438ced684ceafc0cff835e79c3c5fb (patch)
treefbd0f00b3a2a6891a0cfb00ce95ca6f617f4ce25 /.github/workflows
parentb0b78c0efbd96d0f16478d43eb0271f1df7bb851 (diff)
try fetchRecurseSubmodules = false
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f284e440e..e5b8cd6ae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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