Skip to content

Commit c2f53cc

Browse files
committed
Update CI job to checkout submodules
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 4bbba22 commit c2f53cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v3
36+
with:
37+
submodules: recursive
3638
- name: Setup Go
3739
uses: actions/setup-go@v3
3840
with:

0 commit comments

Comments
 (0)