Skip to content

Commit bedfbbd

Browse files
committed
chore: pull submodules
1 parent af21070 commit bedfbbd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/build-android.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v2
28+
with:
29+
submodules: recursive
2830

2931
- name: Setup JDK 1.8
3032
uses: actions/setup-java@v1

Diff for: .github/workflows/build-ios.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v2
30+
with:
31+
submodules: recursive
3032

3133
- name: Get yarn cache directory path
3234
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)