Skip to content

Commit 07643ea

Browse files
committed
add submodule clone
1 parent 48bfbc1 commit 07643ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v4
24+
- name: Checkout repository with submodules
25+
uses: actions/checkout@v4
26+
with:
27+
submodules: recursive # This clones submodules
2528

2629
- name: Build Apps
2730
run: |

0 commit comments

Comments
 (0)