From 42162f6c4ce63e43b227105ef3c8e5e6b8377df3 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Thu, 24 Mar 2022 22:05:55 +0530 Subject: [PATCH] gh-actions: Checkout submodules Change-Id: I0f6da69dec1f80f820a0789ca7eec90e55f06b90 --- .github/workflows/client.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index be19d3b7..d82a69d2 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -7,7 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 + with: + submodules: true - name: Gradle dependency cache uses: actions/cache@v2