Skip to content

Commit 8f87d79

Browse files
committed
cci: try to make it work with the vtest submodule
1 parent 36fad69 commit 8f87d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
python3 \
4949
python3-sphinx
5050
- checkout
51+
- run: git submodule update --init
5152
- when:
5253
condition: << pipeline.parameters.dist-url >>
5354
steps:
@@ -224,6 +225,7 @@ jobs:
224225
working_directory: /workspace
225226
steps:
226227
- checkout
228+
- run: git submodule update --init
227229
- run:
228230
name: Extract and build
229231
command: |

0 commit comments

Comments
 (0)