Skip to content

Commit 01c93bd

Browse files
committed
Use make submodules
1 parent fa816bf commit 01c93bd

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,8 @@ jobs:
9191
# Remove any existing directories
9292
rm -rf lib/fprime lib/fprime-zephyr lib/zephyr-workspace/zephyr
9393
94-
# Create directories
95-
mkdir -p lib/zephyr-workspace
96-
97-
# Clone fprime
98-
echo "Cloning fprime..."
99-
git clone --depth 1 --branch v4.0.0 https://github.com/nasa/fprime.git lib/fprime
100-
101-
# Clone fprime-zephyr
102-
echo "Cloning fprime-zephyr..."
103-
git clone --depth 1 https://github.com/fprime-community/fprime-zephyr.git lib/fprime-zephyr
104-
cd lib/fprime-zephyr
105-
git checkout 931354e26e39cb711f846e1ca8bb1337ede83b7c
106-
cd ../..
107-
108-
# Clone zephyr
109-
echo "Cloning zephyr..."
110-
git clone --depth 1 --branch v4.2.0 https://github.com/zephyrproject-rtos/zephyr.git lib/zephyr-workspace/zephyr
94+
# Clone submodules
95+
make submodules
11196
11297
echo "✓ All dependencies downloaded successfully"
11398

0 commit comments

Comments
 (0)