Skip to content

Commit

Permalink
refactor: enable checkout of submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 7, 2024
1 parent 032e7a0 commit 2c73030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: True
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2c73030

Please sign in to comment.