Update macOS workflow to include git submodule setup

Added initialization and update of git submodules.
This commit is contained in:
Farhang
2025-11-17 23:24:09 -05:00
parent 2b5c85ea13
commit 117de9161e
+7 -2
View File
@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
config: [
px4_sitl gz_x500
"px4_sitl gz_x500"
]
steps:
- name: install Python 3.10
@@ -31,7 +31,12 @@ jobs:
python-version: "3.10"
- uses: actions/checkout@v4
- name: Initialize and update git submodules
run: |
git submodule sync --recursive
git submodule update --init --recursive --jobs 4
- name: setup
run: |
./Tools/setup/macos.sh --sim-tools