Skip to content

Commit 91faad1

Browse files
committed
Add submods to the rest of the jobs
Signed-off-by: Michael Carlstrom <[email protected]>
1 parent 640cb8f commit 91faad1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
with:
17+
submodules: 'recursive'
1718
fetch-depth: 0 # Fetch full history including branches and tags
1819

1920
- name: Set up Docker Buildx

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
33+
with:
34+
submodules: 'recursive'
3335

3436
- name: Setup Python
3537
uses: actions/setup-python@v5
@@ -47,6 +49,8 @@ jobs:
4749
steps:
4850
- name: Checkout
4951
uses: actions/checkout@v4
52+
with:
53+
submodules: 'recursive'
5054

5155
- name: Setup Python
5256
uses: actions/setup-python@v5
@@ -65,6 +69,8 @@ jobs:
6569
steps:
6670
- name: Checkout
6771
uses: actions/checkout@v4
72+
with:
73+
submodules: 'recursive'
6874

6975
- name: Setup Python
7076
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)