Skip to content

Commit

Permalink
fix: checkout w/ recursive submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq committed Aug 15, 2024
1 parent f21f60a commit f37bc69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
target: [x86_64, i686]
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-python@v4
with:
python-version: 3.9
Expand Down

0 comments on commit f37bc69

Please sign in to comment.