Revert "Add --recursive flag to git submodule cmd (#2416)" (#2445)

This reverts commit 5592322465.
This commit is contained in:
Peter Harper 2025-05-01 16:31:35 +01:00 committed by GitHub
parent 6e315799f5
commit 31fadf42eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
run: git submodule update --init
- name: Install dependencies
run: |
brew install cmake

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
run: git submodule update --init
- name: Host Release
run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TESTS_ENABLED=1 -DCMAKE_BUILD_TYPE=Release -DPICO_NO_PICOTOOL=1 -DPICO_PLATFORM=host; make --output-sync=target --no-builtin-rules --no-builtin-variables -j$(nproc)

View file

@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
run: git submodule update --init
- name: Host Release
run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TESTS_ENABLED=1 -DCMAKE_BUILD_TYPE=Release -DPICO_NO_PICOTOOL=1 -DPICO_PLATFORM=host; make --output-sync=target --no-builtin-rules --no-builtin-variables -j$(nproc)

View file

@ -19,7 +19,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
run: git submodule update --init
- name: Install dependencies
run: choco install .github/workflows/choco_packages.config