Skip to content

Commit ef13ff7

Browse files
committed
add make submodules
1 parent 11a363a commit ef13ff7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
# needs: build
3535
steps:
3636
- uses: actions/checkout@v4
37-
with:
38-
submodules: recursive
39-
fetch-depth: 0
4037
- uses: actions/download-artifact@v5
4138
with:
4239
# a
@@ -45,6 +42,7 @@ jobs:
4542
run-id: 18236298785
4643
- name: Trigger Bootloader
4744
run: |
45+
make submodules
4846
make fprime-venv
4947
make bootloader
5048
sleep 5

0 commit comments

Comments
 (0)