mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
try to fix cross included submodules with pico-sdk
This commit is contained in:
parent
fd56ae777e
commit
b0b78c0efb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user