Skip to content

Commit b995c21

Browse files
committed
Submodules placed differently.
1 parent ba869c4 commit b995c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
steps:
3030
- name: Checkout repository
3131
uses: actions/checkout@v3
32-
with:
33-
submodules: true
3432

3533
- id: set-matrix
3634
env:
@@ -60,6 +58,8 @@ jobs:
6058
steps:
6159
- name: Checkout repository
6260
uses: actions/checkout@v4
61+
with:
62+
submodules: true
6363

6464
- name: Initialize Docker Buildx
6565
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)