Skip to content

Commit 818e327

Browse files
committed
fixup
1 parent 40fbd0d commit 818e327

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build_and_test_common_libs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ jobs:
44
setup_and_build_check:
55
runs-on: ubuntu-22.04
66
steps:
7-
- uses: actions/checkout@v4
7+
- name: checkout repo with submoudles
8+
uses: actions/checkout@v4
9+
with:
10+
submodules: true # clone submodules recursively
11+
fetch-depth: 0 # ensures full history (optional but good practice)
812
- name: build + test
913
run: |
1014
cd common_libraries/

0 commit comments

Comments
 (0)