Skip to content

Commit 37a41fa

Browse files
authored
ci: clone submodules recursively
1 parent d2541c1 commit 37a41fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

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

1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
submodules: 'recursive'
1618

1719
- name: Build the ISO
1820
run: make

0 commit comments

Comments
 (0)