Skip to content

Commit 27a06fc

Browse files
committed
Init submodules in CI build
1 parent ec84e27 commit 27a06fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
13+
submodules: 'recursive'
1314
- name: Build eiger-detector
1415
run: |
1516
git config --global --add safe.directory `pwd` && \

0 commit comments

Comments
 (0)