Skip to content

Commit 35b7054

Browse files
committed
ci: fix checkout action submodules syntax
1 parent 507c3fd commit 35b7054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
submodules: true
15+
with:
16+
submodules: 'recursive'
1617

1718
- name: Install kani
1819
working-directory: kani

0 commit comments

Comments
 (0)