Clone submodule
This commit is contained in:
parent
d4912a80da
commit
c3b1aa6ab7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/wheels.yaml
vendored
2
.github/workflows/wheels.yaml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: "true"
|
||||||
|
|
||||||
# Used to host cibuildwheel
|
# Used to host cibuildwheel
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
|
|
Loading…
Reference in a new issue