Skip to content

Commit 103134c

Browse files
authored
Update build.yml
1 parent c175aac commit 103134c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323
with:
24-
submodules: 'true'
24+
submodules: 'recursive'
2525

2626
- name: Build
2727
working-directory: .
28-
run: make ci
28+
run: make ci

0 commit comments

Comments
 (0)