Skip to content

Commit

Permalink
fix: add submodules: recursive for workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed Oct 17, 2024
1 parent 5ac3bbe commit 5473110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit 5473110

Please sign in to comment.