Skip to content

Commit

Permalink
Make checkout action check out submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jan 5, 2024
1 parent 6b7a01b commit 7ff0745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -26,6 +26,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install coverage dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 7ff0745

Please sign in to comment.