We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bfbc1 commit 07643eaCopy full SHA for 07643ea
.github/workflows/test-build.yml
@@ -21,7 +21,10 @@ jobs:
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- - uses: actions/checkout@v4
+ - name: Checkout repository with submodules
25
+ uses: actions/checkout@v4
26
+ with:
27
+ submodules: recursive # This clones submodules
28
29
- name: Build Apps
30
run: |
0 commit comments