Skip to content

Commit a8c1605

Browse files
committed
Fix GitHub Actions workflow to ensure submodules are checked out during build
1 parent bedeb18 commit a8c1605

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
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313

1414
- uses: actions/[email protected]
15+
with:
16+
submodules: true
1517

1618
- uses: actions/setup-node@v4
1719
with:

0 commit comments

Comments
 (0)