Skip to content

Commit 1a1daed

Browse files
author
Samir Boulema
committed
Checkout submodules in workflow
1 parent 09316cf commit 1a1daed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
19+
with:
20+
submodules: true
1921

2022
- name: Set up Docker Buildx
2123
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)