Skip to content

Commit

Permalink
add recursive checkout of submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Mar 14, 2024
1 parent e94e1d7 commit 6b0c61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 6b0c61d

Please sign in to comment.