Skip to content

Commit 3edbffc

Browse files
committed
Add recursive submodule checkout in GitHub Actions workflow for improved dependency management
1 parent c6c734d commit 3edbffc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
with:
17+
submodules: recursive
1618

1719
- name: Extract version from tag
1820
id: get_version

0 commit comments

Comments
 (0)