Skip to content

Commit 449930e

Browse files
authored
checkout with submodules
1 parent 82b19c4 commit 449930e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3
14+
with:
15+
submodules: recursive
1416
- name: Build
1517
run: TAG=${GITHUB_REF_NAME} make release
1618
- name: Release

0 commit comments

Comments
 (0)