Add checkout submodules to ci
This commit is contained in:
parent
8b287d2057
commit
f2ce0ba1eb
|
@ -12,7 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up Python 3.x
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue