From 6d11dc275d0e7cba39bbe5e6ad52c4b82b790cb2 Mon Sep 17 00:00:00 2001 From: komaljaved-rs <86342771+komaljaved-rs@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:01:38 +0500 Subject: [PATCH] Update ci_test.yml --- .github/workflows/ci_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 23c329e8f..540f26486 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -18,6 +18,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + with: + submodules: true - name: Updating submodules run: |