[ANY] added recursive submodule fetching to actions

This commit is contained in:
Egor Koleda 2020-03-31 17:49:53 +03:00
parent 6125d1c323
commit 12583aec89
No known key found for this signature in database
GPG key ID: BCFB8957CF0D7B72

View file

@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Cache Gradle
uses: actions/cache@v1