8000 .github/workflows/android.yml: Git checkout with submodules. · log4cplus/log4cplus@f9662ba · GitHub
[go: up one dir, main page]

Skip to content

Commit f9662ba

Browse files
committed
.github/workflows/android.yml: Git checkout with submodules.
1 parent cd78240 commit f9662ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- run: brew install tree
2020

2121
- uses: actions/checkout@v2
22+
with:
23+
submodules: recursive
2224

2325
- name: build for ${{ matrix.target-abi }}
2426
run: |

0 commit comments

Comments
 (0)
0