Forráskód Böngészése

try fetchRecurseSubmodules = false

hathach 5 éve
szülő
commit
a15f02dcc1
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 0 2
      .github/workflows/build.yml
  2. 2 0
      .gitmodules

+ 0 - 2
.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

+ 2 - 0
.gitmodules

@@ -115,3 +115,5 @@
 [submodule "hw/mcu/raspberrypi/pico-sdk"]
 	path = hw/mcu/raspberrypi/pico-sdk
 	url = https://github.com/raspberrypi/pico-sdk.git
+	fetchRecurseSubmodules = false
+