Skip to content

Commit 6d0ad74

Browse files
committed
test: checkout submodules
1 parent 0e8eab9 commit 6d0ad74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
uses: actions/checkout@v4
104104
with:
105105
repository: '${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
106-
submodules: 'recursive'
106+
submodules: 'true'
107+
fetch-depth: 0
107108

108109
- name: Set up Python
109110
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)