mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
ci checkout sub-submodule
This commit is contained in:
parent
d619444cb4
commit
8e52272b28
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -82,12 +82,11 @@ jobs:
|
|||||||
# Cannot do submodule checkout here since LWIP's git server cannot checkout unadventised commits (it must use tags)
|
# Cannot do submodule checkout here since LWIP's git server cannot checkout unadventised commits (it must use tags)
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
# - name: Checkout Submodules
|
- name: Checkout Sub-Submodules
|
||||||
# run: |
|
run: |
|
||||||
# git submodule sync --recursive
|
# some submodule has it own submodule that need to be fetched as well
|
||||||
# Special case LWIP since GNU's Savannah can't do shallow checkout of non-tagged commits
|
git submodule update --init --recursive hw/mcu/microchip
|
||||||
# git submodule update --init --recursive lib/lwip
|
#git submodule update --init --recursive hw/mcu/microchip
|
||||||
# git submodule update --init --recursive --depth 1
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user