Skip to content

Commit 4ad8789

Browse files
committed
Recursively checkout repo submodules
1 parent 46bfe76 commit 4ad8789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
repository: ${{ github.repository }}
37+
submodules: 'recursive'
3738

3839
# ghcr.io container image
3940
- name: Log in to the Container registry

0 commit comments

Comments
 (0)