Skip to content

Commit da80c00

Browse files
workflow: add missing submodule checkout
1 parent 2608131 commit da80c00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
steps:
3636
- uses: actions/checkout@v3
37+
with:
38+
submodules: recursive
3739
- uses: docker/setup-qemu-action@v2
3840
- name: ⤵️ Install Dependencies
3941
run: |

0 commit comments

Comments
 (0)