Fix the issue with Github Actions

The submodule needs to be synced when checking out the repository.

Ref: https://github.com/actions/checkout

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
This commit is contained in:
Nabarun Pal 2020-06-22 19:14:37 +05:30
parent b6e4ae81a2
commit 3866e9642b
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with: