Skip to content

Commit 354dbda

Browse files
committed
Enable submodule checkout in GitHub Actions workflow
1 parent 2510c97 commit 354dbda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
steps:
5050

5151
- uses: actions/[email protected]
52+
with:
53+
submodules: true
5254

5355
- name: build sqlite-ai
5456
run: make extension ${{ matrix.make && matrix.make || ''}}

0 commit comments

Comments
 (0)