Skip to content

Commit 507c3fd

Browse files
committed
ci: checkout action with submodules true
1 parent f98ee31 commit 507c3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

1717
- name: Install kani
1818
working-directory: kani

0 commit comments

Comments
 (0)