We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec84e27 commit 0bef764Copy full SHA for 0bef764
1 file changed
.github/workflows/cpp.yml
@@ -10,6 +10,9 @@ jobs:
10
uses: actions/checkout@v6
11
with:
12
fetch-depth: 0
13
+ - name: Init submodules
14
+ run: |
15
+ git submodule update --init --recursive
16
- name: Build eiger-detector
17
run: |
18
git config --global --add safe.directory `pwd` && \
0 commit comments