Skip to content

Commit f4628e8

Browse files
committed
submodule clone
1 parent cfda559 commit f4628e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
5555
- name: Configure-inflator
5656
run: |
57+
git submodule update --init --recursive
5758
cd inflator
5859
mkdir -p build
5960
cd build
@@ -125,6 +126,7 @@ jobs:
125126
126127
- name: Configure-inflator
127128
run: |
129+
git submodule update --init --recursive
128130
cd inflator
129131
mkdir -p build
130132
cd build

0 commit comments

Comments
 (0)