Skip to content

Commit

Permalink
Add submodules on checkout in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Nov 9, 2023
1 parent ea56fd3 commit a042866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
steps:

- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Setup
run: stdbuf -i0 -i0 -e0 ./.github/scripts/hostsetup.sh
Expand Down

0 comments on commit a042866

Please sign in to comment.