Skip to content

Commit 0bef764

Browse files
committed
Init submodules in CI build
1 parent ec84e27 commit 0bef764

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cpp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
13+
- name: Init submodules
14+
run: |
15+
git submodule update --init --recursive
1316
- name: Build eiger-detector
1417
run: |
1518
git config --global --add safe.directory `pwd` && \

0 commit comments

Comments
 (0)