Skip to content

Commit 0a60aed

Browse files
committed
Added submodule checkout to automation
1 parent ff0d3ad commit 0a60aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
submodules: recursive
1719

1820
- name: Install dependencies
1921
run: sudo apt-get install -y wget

0 commit comments

Comments
 (0)