Checkout submodules. [ci skip]
This commit is contained in:
parent
eb361bdccd
commit
7d9d3357cf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: "true"
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Run a multi-line script
|
||||
|
|
Loading…
Add table
Reference in a new issue