Update ci_test.yml
This commit is contained in:
parent
4b8e178947
commit
6d11dc275d
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue