Skip to content

Commit 7c6200c

Browse files
committed
Include submodule init in buildx workflow
1 parent 39d165f commit 7c6200c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buildx.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: exit 1
2020
- name: checkout code
2121
uses: actions/checkout@v2
22+
with:
23+
submodules: true
2224
- name: install buildx
2325
id: buildx
2426
uses: crazy-max/ghaction-docker-buildx@v1

0 commit comments

Comments
 (0)