Skip to content

Commit 587462b

Browse files
committed
Fix GitHub Actions: Add submodule initialization to checkout step
1 parent f47e1be commit 587462b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-zip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
21+
with:
22+
submodules: recursive
2123

2224
- name: Get version
2325
id: get_version

0 commit comments

Comments
 (0)