Skip to content

Commit

Permalink
Check out recursive submodules in cibuildwheel.yml
Browse files Browse the repository at this point in the history
Added `submodules: recursive` to checkout action
  • Loading branch information
patrikhuber committed Aug 26, 2023
1 parent 47197ed commit 0707e7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

# Used to host cibuildwheel
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 0707e7e

Please sign in to comment.