Skip to content

Commit

Permalink
Merge pull request #172 from analogdevicesinc/tfcollins/fix-gh-build
Browse files Browse the repository at this point in the history
Add recursive clone to gh build
  • Loading branch information
tfcollins authored Feb 13, 2024
2 parents 9282e69 + 4a0cc5b commit 18f0bb7
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 @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 18f0bb7

Please sign in to comment.