mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-11 09:40:06 +00:00
try fetchRecurseSubmodules = false
This commit is contained in:
parent
b0b78c0efb
commit
a15f02dcc1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -85,8 +85,6 @@ jobs:
|
|||||||
- name: Checkout Submodules
|
- name: Checkout Submodules
|
||||||
run: |
|
run: |
|
||||||
git submodule sync --recursive
|
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
|
# 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 lib/lwip
|
||||||
git submodule update --init --recursive --depth 1
|
git submodule update --init --recursive --depth 1
|
||||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -115,3 +115,5 @@
|
|||||||
[submodule "hw/mcu/raspberrypi/pico-sdk"]
|
[submodule "hw/mcu/raspberrypi/pico-sdk"]
|
||||||
path = hw/mcu/raspberrypi/pico-sdk
|
path = hw/mcu/raspberrypi/pico-sdk
|
||||||
url = https://github.com/raspberrypi/pico-sdk.git
|
url = https://github.com/raspberrypi/pico-sdk.git
|
||||||
|
fetchRecurseSubmodules = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user