We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fbd0d commit 818e327Copy full SHA for 818e327
1 file changed
.github/workflows/build_and_test_common_libs.yaml
@@ -4,7 +4,11 @@ jobs:
4
setup_and_build_check:
5
runs-on: ubuntu-22.04
6
steps:
7
- - uses: actions/checkout@v4
+ - 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)
12
- name: build + test
13
run: |
14
cd common_libraries/
0 commit comments