Skip to content

Commit a6ac29d

Browse files
fix: checkout submodules in GitHub actions
1 parent 812ae1b commit a6ac29d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-udroid.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: checkout repo
1515
uses: actions/checkout@v3
16+
with:
17+
submodules: recursive
1618

1719
- name: Docker Setup QEMU
1820
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)